From 943c31c9d5e13222d0ee41a6272c638162bab660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2026 06:52:59 +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-TOOTALLNATEONCE-15250612 --- packages/notebook-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 3edfc512a0..e5148b1496 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -41,9 +41,9 @@ "@jupyter-notebook/application": "^7.5.0-alpha.2", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", - "@jupyterlab/cells": "~4.5.0-alpha.3", + "@jupyterlab/cells": "~4.5.0", "@jupyterlab/docmanager": "~4.5.0-alpha.3", - "@jupyterlab/notebook": "~4.5.0-alpha.3", + "@jupyterlab/notebook": "~4.5.0", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3", "@lumino/polling": "^2.1.4",