From 1fb83532952b7ba524b2e7e0ac16132b31fd002d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 06:49:47 +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-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- packages/notebook-extension/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 3edfc512a0..12a0b408a4 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -40,12 +40,12 @@ "dependencies": { "@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/apputils": "~4.6.0", + "@jupyterlab/cells": "~4.5.0", "@jupyterlab/docmanager": "~4.5.0-alpha.3", - "@jupyterlab/notebook": "~4.5.0-alpha.3", - "@jupyterlab/settingregistry": "~4.5.0-alpha.3", - "@jupyterlab/translation": "~4.5.0-alpha.3", + "@jupyterlab/notebook": "~4.5.0", + "@jupyterlab/settingregistry": "~4.5.0", + "@jupyterlab/translation": "~4.5.0", "@lumino/polling": "^2.1.4", "@lumino/widgets": "^2.7.1", "react": "^18.2.0",