From bef3daacb2890a5ca1e0a3d684689a11205d44e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2026 12:57:48 +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-POSTCSS-16189065 --- packages/tree/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tree/package.json b/packages/tree/package.json index 67753d101a..9b9e64e300 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -38,13 +38,13 @@ "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/mainmenu": "~4.5.0", "@jupyterlab/services": "~7.5.0-alpha.3", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/statedb": "~4.5.0-alpha.3",