From 8c848d87ee6b8c70772151a40131c2a9503ec00a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 03:55:46 +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-TAR-17909152 --- 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",