From 3abf6ac0e10edc7de7938650cfbd51c43a26f997 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 13 Aug 2019 08:58:31 +0000 Subject: [PATCH] chore: upgrade shelljs from 0.7.8 to 0.8.3 Snyk have raised 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/t0mmykn1fe/project/a1022de7-2f20-4741-8a5e-2d25b3cd8463?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 bf23c95..44f6007 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lodash": "^4.17.2", "moment": "^2.18.1", "prompt": "^1.0.0", - "shelljs": "^0.7.8", + "shelljs": "^0.8.3", "winston": "^2.3.0", "yargs": "^12.0.2" },