From 5aacae2cf30981f3c514a5d3c00f91a6a7541ecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jan 2022 16:58:03 +0000 Subject: [PATCH] fix: upgrade shelljs from 0.3.0 to 0.8.5 Snyk has created this PR to upgrade shelljs from 0.3.0 to 0.8.5. 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=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b668359b2..d988f43e1 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.5", "sjcl": "^1.0.2", "unzip": "git+https://github.com/byteball/unzip.git", "zip": "git+https://github.com/xJeneKx/zip.git"