From a1096bd5fce4db8601cf38bfb4d9172d7f55082a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2026 07:55:30 +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-FASTURI-19846649 --- packages/tree-extension/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d5..c3c79ef915b 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -39,16 +39,16 @@ }, "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/services": "~7.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", + "@jupyterlab/services": "~7.5.0", "@jupyterlab/settingeditor": "~4.5.0-alpha.3", - "@jupyterlab/settingregistry": "~4.5.0-alpha.3", + "@jupyterlab/settingregistry": "~4.5.0", "@jupyterlab/statedb": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3", "@jupyterlab/ui-components": "~4.5.0-alpha.3",