From e14ff31cbf2af9eb0a516de6f23fc666fe37b264 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 May 2026 06:26:13 +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-WS-16722635 --- packages/lab-extension/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 96e5b1053d..9bfc7a3172 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -45,12 +45,12 @@ "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/translation": "~4.5.0-alpha.3", - "@jupyterlab/ui-components": "~4.5.0-alpha.3", + "@jupyterlab/notebook": "~4.5.0", + "@jupyterlab/translation": "~4.5.0", + "@jupyterlab/ui-components": "~4.5.0", "@lumino/commands": "^2.3.2", "@lumino/disposable": "^2.1.4" },