From e9b4307e8c3efe21fdcd545c46da74adb355e69c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 16:13: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-SIMPLEGET-2361683 --- 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..04f9043bb1 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.55.0" } }