From 2344f0de8e218c2be6a9af08367fe04325af5bf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2026 20:21:48 +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-POSTCSS-16189065 --- packages/tree-extension/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..b738f5b167 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -39,13 +39,13 @@ }, "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/apputils": "~4.6.0", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", "@jupyterlab/filebrowser": "~4.5.0-alpha.3", - "@jupyterlab/mainmenu": "~4.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", "@jupyterlab/services": "~7.5.0-alpha.3", "@jupyterlab/settingeditor": "~4.5.0-alpha.3", "@jupyterlab/settingregistry": "~4.5.0-alpha.3",