From 19df5bfae9e5007a8ebe19067b72b5b941a09368 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2026 07:08:36 +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..5f4174b405 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -43,7 +43,7 @@ "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", - "@jupyterlab/filebrowser": "~4.5.0-alpha.3", + "@jupyterlab/filebrowser": "~4.5.0", "@jupyterlab/mainmenu": "~4.5.0-alpha.3", "@jupyterlab/services": "~7.5.0-alpha.3", "@jupyterlab/settingregistry": "~4.5.0-alpha.3",