From 4a743abd2e46e853709139b644f30d226f633eca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 16:07:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cf1f263fbda..c43edf94c164 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "pluralize": "^1.2.1", "progress": "^1.1.8", "require-uncached": "^1.0.2", - "shelljs": "^0.7.5", + "shelljs": "^0.8.5", "strip-bom": "^3.0.0", "strip-json-comments": "~2.0.1", "table": "^3.7.8",