diff --git a/package-lock.json b/package-lock.json index 26a098a..3880981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@helia/interface": "^4.0.1", "@helia/routers": "^1.0.1", "@helia/utils": "^0.1.0", - "@helia/verified-fetch": "^1.1.2", + "@helia/verified-fetch": "^1.3.1", "@libp2p/bootstrap": "^10.0.16", "@libp2p/circuit-relay-v2": "^1.0.16", "@libp2p/identify": "^1.0.15", @@ -3571,9 +3571,9 @@ } }, "node_modules/@helia/verified-fetch": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@helia/verified-fetch/-/verified-fetch-1.1.3.tgz", - "integrity": "sha512-40NxYCdkjpHtaL2WnmwLqQFYFtC0zZBboUx/qaT284ZBYqT3x4lG0gISL9zlKjkEMhaCgyGeDYiPaQOQJ0fhYg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@helia/verified-fetch/-/verified-fetch-1.3.1.tgz", + "integrity": "sha512-6MOPd/efQhSVx4cG4/Kwh9Sx5SeeUEtoD8XFHV/o1IgOFCJK1oCT50fdjVQnAV/2I07nyNHLloNwURwClNaYyQ==", "dependencies": { "@helia/block-brokers": "^2.0.2", "@helia/car": "^3.1.0", diff --git a/package.json b/package.json index 7b171e0..7adbb14 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@helia/interface": "^4.0.1", "@helia/routers": "^1.0.1", "@helia/utils": "^0.1.0", - "@helia/verified-fetch": "^1.1.2", + "@helia/verified-fetch": "^1.3.1", "@libp2p/bootstrap": "^10.0.16", "@libp2p/circuit-relay-v2": "^1.0.16", "@libp2p/identify": "^1.0.15",