From 8771dad1ea84d772a31c7b564a0f26eb51bb38dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 May 2026 19:04:44 +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 c0e3bc18593..85c124379b0 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",