From 42f25c8dcbf4bde594ff568e8ade8a144cd148f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2026 23:01:59 +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 ec1d5abe858..f4bdc4b0ecd 100644 --- a/shell/package.json +++ b/shell/package.json @@ -80,7 +80,7 @@ "dompurify": "3.2.5", "element-matches": "^0.1.2", "entities": "4.5.0", - "eslint": "7.32.0", + "eslint": "9.0.0", "eslint-config-standard": "16.0.3", "eslint-import-resolver-node": "0.3.9", "eslint-module-utils": "2.6.1",