From fe4f8a05c78e6f49b139a6e0cb32cd6878f312d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:25:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1db5b0b..190fe77 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "aws-sdk": "^2.605.0", "commander": "^4.1.0", "configparser": "^0.3.6", - "ipfs-http-client": "^41.0.0", + "ipfs-http-client": "^42.0.0", "shelljs": "^0.8.3", "truffle": "^5.1.9", "untildify": "^4.0.0",