From d7c864a314975da2f522755f27cfcbfa487c36d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:08:18 +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 61c7ec92..455509e0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "deepmerge": "^2.1.1", "eth-crypto": "^1.2.7", "ethjs": "^0.4.0", - "ipfs-api": "^24.0.1", + "ipfs-api": "^26.0.3", "redux": "^4.0.0", "redux-saga": "^0.16.0", "tweetnacl": "^1.0.0",