From fe2abef1a1d6fa66d64046255fa1137e52371977 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2026 09:47:38 +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-UUID-16133035 --- 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",