From 88ee84686cadbdc987dc535b1195ce380635cfef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2026 08:08:15 +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-FASTURI-19846649 --- 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 96e5b1053d5..9bfc7a31720 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" },