From 2a43638815555be7eee92ceacaf06e2f48ed8983 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 06:59:53 +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-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- packages/tree-extension/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..404a2a5702 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/settingeditor": "~4.5.0-alpha.3", - "@jupyterlab/settingregistry": "~4.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", + "@jupyterlab/services": "~7.5.0", + "@jupyterlab/settingeditor": "~4.5.0", + "@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",