From 515758276018309f972188966e1abd02c8415f74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Sep 2026 06:36:06 +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-19502739 --- 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 3edfc512a03..f4243254b08 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -44,7 +44,7 @@ "@jupyterlab/cells": "~4.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", "@jupyterlab/notebook": "~4.5.0-alpha.3", - "@jupyterlab/settingregistry": "~4.5.0-alpha.3", + "@jupyterlab/settingregistry": "~4.5.0", "@jupyterlab/translation": "~4.5.0-alpha.3", "@lumino/polling": "^2.1.4", "@lumino/widgets": "^2.7.1",