From 06cdda56aefa043afd466257b1fb5e5c94793020 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2026 08:13:56 +0000 Subject: [PATCH] fix: packages/help-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- packages/help-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 7b82ce2eb7..554a18283a 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.5.0-alpha.2", + "@jupyter-notebook/ui-components": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/mainmenu": "~4.5.0-alpha.3",