From 7ec874ba9b72a95bb97edfe75825a43f0ca72461 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2026 03:12:41 +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-TOOTALLNATEONCE-15250612 --- 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",