From 846ef1aa84096689e073882675aadcf949918619 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:25:05 +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 b52839558..6584936a7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "object-assign": "^2.0.0", "replace-ext": "0.0.1", "request": "^2.48.0", - "shelljs": "^0.3.0" + "shelljs": "^0.8.5" }, "devDependencies": { "coveralls": "^2.11.1",