From 9bfe33280aec82151986cd472cd6e476f4e2bcd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2019 07:44:30 +0000 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/beetech/project/5ebf2f8c-19d6-4e88-8dfa-17172bee58f9?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 6cadb49..11cc667 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "chalk": "^1.1.3", "eslint-config-airbnb-base": "^11.1.1", "eslint-plugin-import": "^2.2.0", - "shelljs": "^0.7.7", + "shelljs": "^0.8.3", "yeoman-generator": "^1.1.1", "yosay": "^2.0.0" },