From a2899ce144930d717002f958f1d1178543f2c7c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 06:05:27 +0000 Subject: [PATCH] fix: packages/application-extension/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PICOMATCH-15765513 --- packages/application-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 14be77cb48..203afbbdc4 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/ui-components": "^7.5.0-alpha.2", + "@jupyter-notebook/ui-components": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", "@jupyterlab/apputils": "~4.6.0-alpha.3", "@jupyterlab/codeeditor": "~4.5.0-alpha.3", - "@jupyterlab/console": "~4.5.0-alpha.3", + "@jupyterlab/console": "~4.5.0", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", "@jupyterlab/docregistry": "~4.5.0-alpha.3",