From 56a5a9caa1886a7f57258d85ffee76a57625a530 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:05:56 +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 a9d854c..b337fdc 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "lodash.toarray": "^4.2.4", "lodash.unset": "^4.3.1", "progress-bar-webpack-plugin": "^1.6.0", - "shelljs": "^0.7.0", + "shelljs": "^0.8.5", "slush": "^1.1.1", "style-loader": "^0.13.1", "update-notifier": "^0.7.0",