From 67eb3f877e8299f4a373bcdccd12bd4f162393f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 18:07:08 +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-SHELLJS-2332187 --- 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 c5787d4cfc1c8b..0e60ed8a97132d 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -75,7 +75,7 @@ "pluralize": "^1.2.1", "progress": "^1.1.8", "require-uncached": "^1.0.2", - "shelljs": "^0.6.0", + "shelljs": "^0.8.5", "strip-json-comments": "~1.0.1", "table": "^3.7.8", "text-table": "~0.2.0",