From a856e1d30db4d4da49a213eedb41fbc7ea99ccef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 22:17:45 -0500 Subject: [PATCH] fix: upgrade shelljs from 0.7.8 to 0.8.3 Snyk has created this PR to upgrade shelljs from 0.7.8 to 0.8.3. See this package in NPM: https://www.npmjs.com/package/shelljs See this project in Snyk: https://app.snyk.io/org/walmart-poc/project/67d7b40a-006e-4f35-89fa-615e90bbacd7?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bcce91..ecf0373 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "chalk": "^1.1.3", "object-assign": "^4.1.0", - "shelljs": "^0.7.3", + "shelljs": "^0.8.3", "gulp-util": "^3.0.0" }, "optionalDependencies": {