From eb80d7d5bbaafb57ee0ef5c3fb88ea46e0d89090 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 05:41:45 +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-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- 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" },