From fd0310e3b3322d60db4bc10deb9609c09846d212 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Apr 2026 15:55:14 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index a4a0d039db3..6048409ca64 100644 --- a/shell/package.json +++ b/shell/package.json @@ -88,7 +88,7 @@ "eslint-plugin-jest": "24.4.0", "eslint-plugin-n": "15.2.0", "eslint-plugin-vue": "9.32.0", - "eslint": "7.32.0", + "eslint": "9.0.0", "event-target-shim": "5.0.1", "express": "4.17.1", "file-saver": "2.0.2",