From e3c168069e437efa69203719292dd79d4f89a32c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 05:35:40 +0000 Subject: [PATCH] fix: packages/tree/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/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tree/package.json b/packages/tree/package.json index 67753d101a..e0b4988703 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -38,18 +38,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^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/settingregistry": "~4.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", + "@jupyterlab/services": "~7.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", + "@jupyterlab/ui-components": "~4.5.0", "@lumino/algorithm": "^2.0.3", "@lumino/commands": "^2.3.2", "@lumino/coreutils": "^2.2.1",