From 616eed300e2aba88496f99625738d9de8537c6fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2026 17:36:01 +0000 Subject: [PATCH] fix: packages/lab-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-16132234 --- packages/lab-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 96e5b1053d..dc62357047 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -43,12 +43,12 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docregistry": "~4.5.0-alpha.3", - "@jupyterlab/notebook": "~4.5.0-alpha.3", + "@jupyterlab/notebook": "~4.5.0", "@jupyterlab/translation": "~4.5.0-alpha.3", "@jupyterlab/ui-components": "~4.5.0-alpha.3", "@lumino/commands": "^2.3.2",