From c025334e8747bb7ecb33a4b9a70546e9224d1ecf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Mar 2026 08:06:12 +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-DOMPURIFY-15371386 --- packages/lab-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 96e5b1053d..84e02c7f66 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -48,7 +48,7 @@ "@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",