From dd6d2c64f6a6834b770b7771c73d1e1a1c236ac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2026 15:07:56 +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-POSTCSS-16189065 --- packages/application-extension/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 14be77cb48..1ea92fe1dd 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/ui-components": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/ui-components": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", - "@jupyterlab/apputils": "~4.6.0-alpha.3", + "@jupyterlab/apputils": "~4.6.0", "@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", - "@jupyterlab/mainmenu": "~4.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", "@jupyterlab/rendermime": "~4.5.0-alpha.3", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3",