From 0c9e6cfcbd05cc102a9a91e0998c04828a6550b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2026 04:47:44 +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-TAR-17909104 - https://snyk.io/vuln/SNYK-JS-TAR-17909225 --- packages/application-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 14be77cb48..3f91083e4c 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -39,7 +39,7 @@ }, "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",