From 7608db4bd5c855b9f7cbe6081f8f56d9f86d1c99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Apr 2026 10:01:47 +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-POSTCSS-16189065 --- 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..e8bb200df4 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -45,10 +45,10 @@ "dependencies": { "@jupyter-notebook/application": "^7.5.0-alpha.2", "@jupyterlab/application": "~4.5.0-alpha.3", - "@jupyterlab/apputils": "~4.6.0-alpha.3", + "@jupyterlab/apputils": "~4.6.0", "@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",