From a0323633e5ce9f53fccc8525d394334a82a87ea5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 01:48:25 +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-WS-7266574 --- 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 f22d2a8fa2..eb89448f22 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.1.2", - "@jupyter-notebook/ui-components": "^7.1.2", + "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/ui-components": "^7.0.0", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/codeeditor": "~4.1.5",