From e8e93a69aef8510236c68f7f478ea97af6efe86b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Jan 2021 03:25:59 +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-ENGINEIO-1056749 - https://snyk.io/vuln/SNYK-JS-IPFSBITSWAP-174847 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - 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..11c18f3a54 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.50.0" } }