From d595193f307b9bd9b90a607ed961050f0146aa1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 19:52:36 +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-IP-6240864 --- 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..8e08350618 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.66.1" } }