From 35458d6c9fd1c6c9b0012738596075f072af98be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2026 05:25:35 +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-DOMPURIFY-15371376 --- packages/_metapackage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index ef398895c3..7a7535b3c0 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -27,7 +27,7 @@ "@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/notebook-extension": "^7.5.0-alpha.2", + "@jupyter-notebook/notebook-extension": "^7.0.0", "@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",