From 9bc7bb15d340e6d9c2423c8faff351a8b3946f1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 04:39:48 +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-JSYAML-13961110 --- packages/tree-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..2bdabc61a4 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/tree": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/tree": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/coreutils": "~6.5.0-alpha.3",