From 003eaffa25c01564a0acf544cab3cc3c0d2861c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:31:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- 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"