From b5c9cbb27f790f7d6a1a6abe150d60200ecf612c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 06:49:53 +0000 Subject: [PATCH] fix: packages/notebook-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- packages/notebook-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 3edfc512a0..1b5e001079 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -38,7 +38,7 @@ "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/apputils": "~4.6.0-alpha.3", "@jupyterlab/cells": "~4.5.0-alpha.3",