From 80d349efb18100c36fdec9ae4534c43784beb789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Mar 2020 03:23:32 +0000 Subject: [PATCH] fix: examples/ipfs-101/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-IPFSBITSWAP-174847 - https://snyk.io/vuln/npm:libp2p-secio:20180115 - https://snyk.io/vuln/npm:mem:20180117 --- examples/ipfs-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipfs-101/package.json b/examples/ipfs-101/package.json index ab0435699b..40447306c0 100644 --- a/examples/ipfs-101/package.json +++ b/examples/ipfs-101/package.json @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "async": "^2.5.0", - "ipfs": "^0.25.4" + "ipfs": "^0.41.0" } }