From bfbed73f7fc23e43f23d552e5ddd30c3a1ae8d42 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 1 Jun 2019 04:05:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IPFSBITSWAP-174847 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0c3ac6eb8..04a588a8df 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "hapi-set-header": "^1.0.2", "hoek": "^5.0.2", "ipfs-api": "^16.0.0", - "ipfs-bitswap": "~0.17.4", + "ipfs-bitswap": "~0.24.1", "ipfs-block": "~0.6.1", "ipfs-block-service": "~0.13.0", "ipfs-multipart": "~0.1.0",