From 272d7ebdc81793e30af200e21b25560724a996e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2026 07:00:19 +0000 Subject: [PATCH] fix: packages/console-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 - https://snyk.io/vuln/SNYK-JS-LODASHES-15869621 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- packages/console-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 61a30c5055..e3a9d41b40 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -38,9 +38,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", - "@jupyterlab/console": "~4.5.0-alpha.3", + "@jupyterlab/console": "~4.5.0", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@lumino/algorithm": "^2.0.3" },