From 2f2a38ba34e133a264f0fe760865959150d0fa9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2026 07:38:30 +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-FASTURI-19846649 --- 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 3edfc512a03..12a0b408a48 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",