From de47835eb7f0a599b65147022efffae9ecf77401 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Apr 2026 01:37:33 +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-POSTCSS-16189065 --- packages/help-extension/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 7b82ce2eb7..ac30b2ce7e 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -38,10 +38,10 @@ "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", + "@jupyterlab/apputils": "~4.6.0", + "@jupyterlab/mainmenu": "~4.5.0", "@jupyterlab/translation": "~4.5.0-alpha.3", "react": "^18.2.0", "react-dom": "^18.2.0"