From 8c9081822a11726048222d32f7c5a3e5ffc2481d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 May 2020 07:49:43 +0430 Subject: [PATCH] fix: upgrade shelljs from 0.3.0 to 0.8.4 Snyk has created this PR to upgrade shelljs from 0.3.0 to 0.8.4. See this package in NPM: https://www.npmjs.com/package/shelljs See this project in Snyk: https://app.snyk.io/org/ali8668/project/8882c544-42a6-443d-a231-fe0249b96ae4?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 b668359b2..aff769a6e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash": "^4.6.1", "moment": "^2.18.1", "preconditions": "^1.0.8", - "shelljs": "^0.3.0", + "shelljs": "^0.8.4", "sjcl": "^1.0.2", "unzip": "git+https://github.com/byteball/unzip.git", "zip": "git+https://github.com/xJeneKx/zip.git"