From 6edcaa7d1c38eee00d859b7a417ded66b97fb550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 06:17:15 +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-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- 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"