From 88bcb748091f8964dfa9ae6de7ab8ed0c3ea5657 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2026 03:39:31 +0000 Subject: [PATCH] fix: packages/tree-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOOTALLNATEONCE-15250612 --- packages/tree-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..89b1483da6 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -39,12 +39,12 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/tree": "^7.5.0-alpha.2", + "@jupyter-notebook/tree": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", - "@jupyterlab/filebrowser": "~4.5.0-alpha.3", + "@jupyterlab/filebrowser": "~4.5.0", "@jupyterlab/mainmenu": "~4.5.0-alpha.3", "@jupyterlab/services": "~7.5.0-alpha.3", "@jupyterlab/settingeditor": "~4.5.0-alpha.3",