From 8a6e42ef7bf3409c575cede1e96190e53ae62f9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Feb 2026 00:43:32 +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-LODASHES-15053836 --- 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..f90318ed9b 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -43,7 +43,7 @@ "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/cells": "~4.5.0-alpha.3", "@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",