From 95d35c1a6bc593ec22f0fc09311ec0546bddca06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2026 11:04:54 +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-TAR-15456201 --- packages/tree/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tree/package.json b/packages/tree/package.json index 67753d101a..37a8b460c2 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -38,7 +38,7 @@ "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/coreutils": "~6.5.0-alpha.3",