From 1a86656c1612e5600875a44f893a34029fffb8b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 19:53:49 +0000 Subject: [PATCH] fix: examples/custom-ipfs-repo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- examples/custom-ipfs-repo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-ipfs-repo/package.json b/examples/custom-ipfs-repo/package.json index 579e7f65d0..3177e447d5 100644 --- a/examples/custom-ipfs-repo/package.json +++ b/examples/custom-ipfs-repo/package.json @@ -14,7 +14,7 @@ "@ipld/dag-pb": "^2.1.3", "blockstore-datastore-adapter": "^1.0.0", "datastore-fs": "^5.0.2", - "ipfs": "^0.57.0", + "ipfs": "^0.66.1", "ipfs-repo": "^11.0.1", "it-all": "^1.0.4", "multiformats": "^9.4.1"