From a3f5aa0345acfb7f15bb68a5b284b6c6eaf5eab6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 May 2026 16:47:13 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-16721866 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index 2f48898b61f..220bc7bf5d7 100644 --- a/shell/package.json +++ b/shell/package.json @@ -88,7 +88,7 @@ "eslint-plugin-n": "15.2.0", "eslint-plugin-vue": "9.32.0", "event-target-shim": "5.0.1", - "express": "4.17.1", + "express": "4.22.2", "file-saver": "2.0.2", "floating-vue": "5.2.2", "focus-trap": "7.6.5",