From 2f0869905d7a500bbd1aaf245c482b28b5d7abaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2026 05:23:14 +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-AJV-15274295 --- packages/tree-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..edc4690e34 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -48,7 +48,7 @@ "@jupyterlab/mainmenu": "~4.5.0-alpha.3", "@jupyterlab/services": "~7.5.0-alpha.3", "@jupyterlab/settingeditor": "~4.5.0-alpha.3", - "@jupyterlab/settingregistry": "~4.5.0-alpha.3", + "@jupyterlab/settingregistry": "~4.5.0", "@jupyterlab/statedb": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3", "@jupyterlab/ui-components": "~4.5.0-alpha.3",