From 44b7df09bfccda2c74d311af0c626124209a017f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Sep 2026 06:41:16 +0000 Subject: [PATCH] fix: packages/_metapackage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URIJS-19963961 --- packages/_metapackage/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index ef398895c36..a8bcfc5081c 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -25,13 +25,13 @@ "@jupyter-notebook/console-extension": "^7.5.0-alpha.2", "@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.2", "@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.2", - "@jupyter-notebook/help-extension": "^7.5.0-alpha.2", - "@jupyter-notebook/lab-extension": "^7.5.0-alpha.2", + "@jupyter-notebook/help-extension": "^7.0.0", + "@jupyter-notebook/lab-extension": "^7.0.0", "@jupyter-notebook/notebook-extension": "^7.5.0-alpha.2", "@jupyter-notebook/terminal-extension": "^7.5.0-alpha.2", "@jupyter-notebook/tree": "^7.5.0-alpha.2", "@jupyter-notebook/tree-extension": "^7.5.0-alpha.2", - "@jupyter-notebook/ui-components": "^7.5.0-alpha.2" + "@jupyter-notebook/ui-components": "^7.0.0" }, "devDependencies": { "typescript": "~5.5.4"