From 30997a8610e9b4341d99bf24caea719460c8f2c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 07:19:01 +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-PARSEDURATION-8715711 --- 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 61a6fa8d1a..604f83039b 100644 --- a/examples/custom-ipfs-repo/package.json +++ b/examples/custom-ipfs-repo/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "datastore-fs": "4.0.0", - "ipfs": "^0.55.4", + "ipfs": "^0.66.1", "ipfs-repo": "^9.1.6", "it-all": "^1.0.4" },