diff --git a/package-lock.json b/package-lock.json index a3622dd8..595bc26a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@helia/http": "^1.0.3", "@helia/interface": "^4.1.0", "@helia/routers": "^1.0.2", - "@helia/utils": "^0.1.0", + "@helia/utils": "^0.3.2", "@helia/verified-fetch": "^1.3.12", "@libp2p/bootstrap": "^10.0.17", "@libp2p/circuit-relay-v2": "^1.0.17", @@ -3563,9 +3563,9 @@ } }, "node_modules/@helia/interface": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@helia/interface/-/interface-4.2.0.tgz", - "integrity": "sha512-8F1rZAskqxcIpXEcJOa050fsdYQLDbf6WRgUyPve+gPIZVTvwgfuGuOlZxxrXAFtH7CujRiP3yMAN3V6iTbuRA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@helia/interface/-/interface-4.3.0.tgz", + "integrity": "sha512-gaWQSVGIcOkK0Wx12qUiUMFLPI8AjQCYaf4dpZdciSYPNfKOtPpW54QGzgrQYBcvBgPzg16hnnvDGwLeL2WlAQ==", "dependencies": { "@libp2p/interface": "^1.1.4", "@multiformats/dns": "^1.0.1", @@ -3610,21 +3610,22 @@ } }, "node_modules/@helia/utils": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@helia/utils/-/utils-0.1.0.tgz", - "integrity": "sha512-uRUDzGpeWbPANFlq3J3x14tE89enVEBoaRXM1CKpE25vXUOij9qoYjE8GlXDNCQgkazAzrVswdjcRn6Eza+bIg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@helia/utils/-/utils-0.3.2.tgz", + "integrity": "sha512-ge5b5KrzuukYmkgjfpa4duaYRU1AdVg/pXute+pOVaD3V5UTzXeXceCGfrI1m0GAXQ/Arz1F0pNNz4pclTBWVg==", "dependencies": { - "@helia/interface": "^4.1.0", + "@helia/interface": "^4.3.0", "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0", "@ipld/dag-pb": "^4.1.0", + "@libp2p/crypto": "^4.0.6", "@libp2p/interface": "^1.1.4", "@libp2p/logger": "^4.0.7", - "@libp2p/peer-collections": "^5.1.7", "@libp2p/utils": "^5.2.6", "@multiformats/dns": "^1.0.1", + "@types/murmurhash3js-revisited": "^3.0.3", "any-signal": "^4.1.1", - "blockstore-core": "^4.4.0", + "blockstore-core": "^4.4.1", "cborg": "^4.0.9", "interface-blockstore": "^5.2.10", "interface-datastore": "^8.2.11", @@ -3635,7 +3636,10 @@ "it-merge": "^3.0.3", "mortice": "^3.0.4", "multiformats": "^13.1.0", + "murmurhash3js-revisited": "^3.0.0", + "p-defer": "^4.0.1", "progress-events": "^1.0.0", + "uint8arraylist": "^2.4.8", "uint8arrays": "^5.0.2" } }, @@ -16356,6 +16360,36 @@ "multiformats": "^13.1.0" } }, + "node_modules/helia/node_modules/@helia/utils": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@helia/utils/-/utils-0.1.0.tgz", + "integrity": "sha512-uRUDzGpeWbPANFlq3J3x14tE89enVEBoaRXM1CKpE25vXUOij9qoYjE8GlXDNCQgkazAzrVswdjcRn6Eza+bIg==", + "dependencies": { + "@helia/interface": "^4.1.0", + "@ipld/dag-cbor": "^9.2.0", + "@ipld/dag-json": "^10.2.0", + "@ipld/dag-pb": "^4.1.0", + "@libp2p/interface": "^1.1.4", + "@libp2p/logger": "^4.0.7", + "@libp2p/peer-collections": "^5.1.7", + "@libp2p/utils": "^5.2.6", + "@multiformats/dns": "^1.0.1", + "any-signal": "^4.1.1", + "blockstore-core": "^4.4.0", + "cborg": "^4.0.9", + "interface-blockstore": "^5.2.10", + "interface-datastore": "^8.2.11", + "interface-store": "^5.1.8", + "it-drain": "^3.0.5", + "it-filter": "^3.0.4", + "it-foreach": "^2.0.6", + "it-merge": "^3.0.3", + "mortice": "^3.0.4", + "multiformats": "^13.1.0", + "progress-events": "^1.0.0", + "uint8arrays": "^5.0.2" + } + }, "node_modules/help-me": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz", diff --git a/package.json b/package.json index bd837606..f7dae8c3 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@helia/http": "^1.0.3", "@helia/interface": "^4.1.0", "@helia/routers": "^1.0.2", - "@helia/utils": "^0.1.0", + "@helia/utils": "^0.3.2", "@helia/verified-fetch": "^1.3.12", "@libp2p/bootstrap": "^10.0.17", "@libp2p/circuit-relay-v2": "^1.0.17",