From ea9dd19380a4c8a5bfe3b2203f802ffd5cb366cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 18:30:24 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index d6c8d488cb5dfa..50c2dd29b56d9e 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -84,7 +84,7 @@ "pluralize": "^1.2.1", "progress": "^1.1.8", "require-uncached": "^1.0.2", - "shelljs": "^0.7.5", + "shelljs": "^0.9.0", "strip-bom": "^3.0.0", "strip-json-comments": "~2.0.1", "table": "^3.7.8",