diff --git a/package-lock.json b/package-lock.json index 01bcea54..235567df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@helia/http": "^2.0.1", "@helia/interface": "^5.0.0", "@helia/routers": "^2.1.0", - "@helia/verified-fetch": "^2.0.1", + "@helia/verified-fetch": "^2.1.0", "@libp2p/crypto": "^5.0.6", "@libp2p/dcutr": "^2.0.10", "@libp2p/identify": "^3.0.10", @@ -3112,9 +3112,9 @@ } }, "node_modules/@helia/verified-fetch": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@helia/verified-fetch/-/verified-fetch-2.0.1.tgz", - "integrity": "sha512-co9CR6vbFWFM9yQ3OB+r0t9SW1bxdCc8uB8myV+vIn1ch0BtzXA40FRHOOyjgDheITFaPttP8/3hI6MH2VrdvA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@helia/verified-fetch/-/verified-fetch-2.1.0.tgz", + "integrity": "sha512-5qxaz3i6sf7yHIuSgJQDGqJb7BV6MTuUSKr4YMCUt4CrmOQ6+PGf/SjVF37yFz3P/W/gdWwB6X58uw3zuP+2tw==", "dependencies": { "@helia/block-brokers": "^4.0.0", "@helia/car": "^4.0.0", diff --git a/package.json b/package.json index 35f734be..c3cbe5a4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@helia/http": "^2.0.1", "@helia/interface": "^5.0.0", "@helia/routers": "^2.1.0", - "@helia/verified-fetch": "^2.0.1", + "@helia/verified-fetch": "^2.1.0", "@libp2p/crypto": "^5.0.6", "@libp2p/dcutr": "^2.0.10", "@libp2p/identify": "^3.0.10",