From cbbc655d27099e072bef847f86ee7e23fc023d3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 May 2026 11:27:46 +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-JUPYTERLABAPPUTILS-16438955 - https://snyk.io/vuln/SNYK-JS-JUPYTERLABNOTEBOOK-16438957 - https://snyk.io/vuln/SNYK-JS-JUPYTERLABRENDERMIME-16438960 - https://snyk.io/vuln/SNYK-JS-JUPYTERLABRENDERMIMEINTERFACES-16438959 --- packages/tree-extension/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..67fe584fd3 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -38,16 +38,16 @@ "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/apputils": "~4.6.7", "@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/settingeditor": "~4.5.0-alpha.3", + "@jupyterlab/settingeditor": "~4.5.0", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/statedb": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3",