From eb29820ae5c307ec5c593dd5f2bcea4afb21646e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:12:53 +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 1db5b0b..34bf14f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "commander": "^4.1.0", "configparser": "^0.3.6", "ipfs-http-client": "^41.0.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "truffle": "^5.1.9", "untildify": "^4.0.0", "web3": "^1.2.5-rc.0"