From db5f804a82185bb4470c773a8278ed82daa67b3f Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 6 Feb 2024 07:21:49 +0100 Subject: [PATCH 1/2] chore: update project config Align dep versions --- packages/block-brokers/package.json | 6 +++--- packages/dag-cbor/package.json | 2 +- packages/dag-json/package.json | 2 +- packages/helia/package.json | 8 ++++---- packages/interface/package.json | 4 ++-- packages/ipns/package.json | 2 +- packages/mfs/package.json | 2 +- packages/mfs/tsconfig.json | 3 --- packages/routers/package.json | 2 +- packages/unixfs/package.json | 8 ++++---- packages/utils/package.json | 10 +++++----- 11 files changed, 23 insertions(+), 26 deletions(-) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 24eb6b3a..64174be8 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -54,14 +54,14 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@libp2p/interface": "^1.1.1", - "interface-blockstore": "^5.2.7", + "@libp2p/interface": "^1.1.2", + "interface-blockstore": "^5.2.9", "ipfs-bitswap": "^20.0.0", "multiformats": "^13.0.0", "progress-events": "^1.0.0" }, "devDependencies": { - "@libp2p/logger": "^4.0.4", + "@libp2p/logger": "^4.0.5", "@types/sinon": "^17.0.2", "aegir": "^42.1.0", "sinon": "^17.0.1", diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index d6e22e12..750aa652 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -141,7 +141,7 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@ipld/dag-cbor": "^9.0.7", + "@ipld/dag-cbor": "^9.1.0", "@libp2p/interfaces": "^3.3.1", "interface-blockstore": "^5.2.9", "multiformats": "^13.0.0", diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index a79c10e3..f192c795 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -140,7 +140,7 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@ipld/dag-json": "^10.1.5", + "@ipld/dag-json": "^10.1.7", "@libp2p/interfaces": "^3.3.1", "interface-blockstore": "^5.2.9", "multiformats": "^13.0.0", diff --git a/packages/helia/package.json b/packages/helia/package.json index b91b9dc2..4fbb477f 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -66,9 +66,9 @@ "@libp2p/circuit-relay-v2": "^1.0.2", "@libp2p/dcutr": "^1.0.1", "@libp2p/identify": "^1.0.1", - "@libp2p/interface": "^1.1.1", + "@libp2p/interface": "^1.1.2", "@libp2p/kad-dht": "^12.0.2", - "@libp2p/keychain": "^4.0.2", + "@libp2p/keychain": "^4.0.7", "@libp2p/logger": "^4.0.4", "@libp2p/mdns": "^10.0.2", "@libp2p/mplex": "^10.0.2", @@ -80,10 +80,10 @@ "@libp2p/webtransport": "^4.0.3", "blockstore-core": "^4.3.8", "datastore-core": "^9.2.6", - "interface-blockstore": "^5.2.7", + "interface-blockstore": "^5.2.9", "interface-datastore": "^8.2.9", "ipns": "^9.0.0", - "libp2p": "^1.1.1", + "libp2p": "^1.2.0", "multiformats": "^13.0.0" }, "devDependencies": { diff --git a/packages/interface/package.json b/packages/interface/package.json index 93e5898a..f8952eb1 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -70,8 +70,8 @@ "build": "aegir build" }, "dependencies": { - "@libp2p/interface": "^1.1.1", - "interface-blockstore": "^5.2.7", + "@libp2p/interface": "^1.1.2", + "interface-blockstore": "^5.2.9", "interface-datastore": "^8.2.9", "interface-store": "^5.1.5", "multiformats": "^13.0.0", diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 7f7be1bf..24d8fd39 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -165,7 +165,7 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@libp2p/interface": "^1.1.1", + "@libp2p/interface": "^1.1.2", "@libp2p/kad-dht": "^12.0.2", "@libp2p/logger": "^4.0.4", "@libp2p/peer-id": "^4.0.5", diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 05f0b48b..6a3fb72e 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -145,7 +145,7 @@ "interface-blockstore": "^5.2.9", "interface-datastore": "^8.2.9", "ipfs-unixfs": "^11.0.0", - "ipfs-unixfs-exporter": "^13.1.0", + "ipfs-unixfs-exporter": "^13.4.0", "ipfs-unixfs-importer": "^15.2.3", "multiformats": "^13.0.0" }, diff --git a/packages/mfs/tsconfig.json b/packages/mfs/tsconfig.json index 83da5791..d54d7166 100644 --- a/packages/mfs/tsconfig.json +++ b/packages/mfs/tsconfig.json @@ -8,9 +8,6 @@ "test" ], "references": [ - { - "path": "../interface" - }, { "path": "../unixfs" } diff --git a/packages/routers/package.json b/packages/routers/package.json index e0531a86..e4b37d09 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -55,7 +55,7 @@ "dependencies": { "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/interface": "^4.0.0", - "@libp2p/interface": "^1.1.1", + "@libp2p/interface": "^1.1.2", "ipns": "^9.0.0", "it-first": "^3.0.4", "it-map": "^3.0.5", diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 044da534..a74d8b6b 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -160,15 +160,15 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@ipld/dag-pb": "^4.0.6", - "@libp2p/interface": "^1.1.1", + "@ipld/dag-pb": "^4.0.8", + "@libp2p/interface": "^1.1.2", "@libp2p/logger": "^4.0.4", "@multiformats/murmur3": "^2.1.2", "hamt-sharding": "^3.0.2", + "interface-blockstore": "^5.2.9", "ipfs-unixfs": "^11.0.0", - "ipfs-unixfs-exporter": "^13.1.0", + "ipfs-unixfs-exporter": "^13.4.0", "ipfs-unixfs-importer": "^15.2.3", - "interface-blockstore": "^5.2.9", "it-glob": "^2.0.4", "it-last": "^3.0.4", "it-pipe": "^3.0.1", diff --git a/packages/utils/package.json b/packages/utils/package.json index 4fdcb7f0..da80d697 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -54,16 +54,16 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@ipld/dag-cbor": "^9.0.7", - "@ipld/dag-json": "^10.1.5", - "@ipld/dag-pb": "^4.0.6", - "@libp2p/interface": "^1.1.1", + "@ipld/dag-cbor": "^9.1.0", + "@ipld/dag-json": "^10.1.7", + "@ipld/dag-pb": "^4.0.8", + "@libp2p/interface": "^1.1.2", "@libp2p/logger": "^4.0.4", "@libp2p/peer-collections": "^5.1.4", "@libp2p/utils": "^5.2.0", "any-signal": "^4.1.1", "cborg": "^4.0.3", - "interface-blockstore": "^5.2.7", + "interface-blockstore": "^5.2.9", "interface-datastore": "^8.2.9", "interface-store": "^5.1.5", "it-drain": "^3.0.5", From 62aaf2cde0abe7c5425748215d424a2cc34bedee Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 6 Feb 2024 08:32:25 +0100 Subject: [PATCH 2/2] chore: update deps --- packages/block-brokers/package.json | 8 ++--- packages/car/package.json | 12 ++++---- packages/dag-cbor/package.json | 6 ++-- packages/dag-json/package.json | 6 ++-- packages/helia/package.json | 46 ++++++++++++++-------------- packages/http/package.json | 8 ++--- packages/interface/package.json | 8 ++--- packages/interop/package.json | 24 +++++++-------- packages/ipns/package.json | 16 +++++----- packages/json/package.json | 6 ++-- packages/mfs/package.json | 20 ++++++------ packages/routers/package.json | 4 +-- packages/strings/package.json | 6 ++-- packages/unixfs/package.json | 20 ++++++------ packages/utils/package.json | 20 ++++++------ packages/verified-fetch/package.json | 8 ++--- 16 files changed, 109 insertions(+), 109 deletions(-) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 64174be8..d51aef04 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -56,14 +56,14 @@ "@helia/interface": "^4.0.0", "@libp2p/interface": "^1.1.2", "interface-blockstore": "^5.2.9", - "ipfs-bitswap": "^20.0.0", - "multiformats": "^13.0.0", + "ipfs-bitswap": "^20.0.2", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { "@libp2p/logger": "^4.0.5", - "@types/sinon": "^17.0.2", - "aegir": "^42.1.0", + "@types/sinon": "^17.0.3", + "aegir": "^42.2.2", "sinon": "^17.0.1", "sinon-ts": "^2.0.0" } diff --git a/packages/car/package.json b/packages/car/package.json index db8cadc9..2babf4c1 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -140,12 +140,12 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@ipld/car": "^5.2.5", - "@libp2p/interfaces": "^3.3.1", + "@ipld/car": "^5.2.6", + "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.9", "it-drain": "^3.0.5", "it-map": "^3.0.5", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "p-defer": "^4.0.0", "p-queue": "^8.0.1", "progress-events": "^1.0.0" @@ -153,9 +153,9 @@ "devDependencies": { "@helia/unixfs": "^3.0.0", "@ipld/dag-pb": "^4.0.8", - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10", - "ipfs-unixfs-importer": "^15.2.3", - "it-to-buffer": "^4.0.2" + "ipfs-unixfs-importer": "^15.2.4", + "it-to-buffer": "^4.0.5" } } diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 750aa652..4d96e17c 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -142,13 +142,13 @@ "dependencies": { "@helia/interface": "^4.0.0", "@ipld/dag-cbor": "^9.1.0", - "@libp2p/interfaces": "^3.3.1", + "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.9", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10" } } diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index f192c795..539941a5 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -141,13 +141,13 @@ "dependencies": { "@helia/interface": "^4.0.0", "@ipld/dag-json": "^10.1.7", - "@libp2p/interfaces": "^3.3.1", + "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.9", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10" } } diff --git a/packages/helia/package.json b/packages/helia/package.json index 4fbb477f..0ee69e24 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -61,35 +61,35 @@ "@helia/interface": "^4.0.0", "@helia/routers": "^1.0.0", "@helia/utils": "^0.0.1", - "@libp2p/autonat": "^1.0.1", - "@libp2p/bootstrap": "^10.0.2", - "@libp2p/circuit-relay-v2": "^1.0.2", - "@libp2p/dcutr": "^1.0.1", - "@libp2p/identify": "^1.0.1", + "@libp2p/autonat": "^1.0.10", + "@libp2p/bootstrap": "^10.0.13", + "@libp2p/circuit-relay-v2": "^1.0.13", + "@libp2p/dcutr": "^1.0.10", + "@libp2p/identify": "^1.0.12", "@libp2p/interface": "^1.1.2", - "@libp2p/kad-dht": "^12.0.2", + "@libp2p/kad-dht": "^12.0.5", "@libp2p/keychain": "^4.0.7", - "@libp2p/logger": "^4.0.4", - "@libp2p/mdns": "^10.0.2", - "@libp2p/mplex": "^10.0.2", - "@libp2p/ping": "^1.0.1", - "@libp2p/tcp": "^9.0.2", - "@libp2p/upnp-nat": "^1.0.1", - "@libp2p/webrtc": "^4.0.3", - "@libp2p/websockets": "^8.0.10", - "@libp2p/webtransport": "^4.0.3", - "blockstore-core": "^4.3.8", - "datastore-core": "^9.2.6", + "@libp2p/logger": "^4.0.5", + "@libp2p/mdns": "^10.0.13", + "@libp2p/mplex": "^10.0.13", + "@libp2p/ping": "^1.0.10", + "@libp2p/tcp": "^9.0.13", + "@libp2p/upnp-nat": "^1.0.11", + "@libp2p/webrtc": "^4.0.17", + "@libp2p/websockets": "^8.0.13", + "@libp2p/webtransport": "^4.0.17", + "blockstore-core": "^4.3.10", + "datastore-core": "^9.2.7", "interface-blockstore": "^5.2.9", - "interface-datastore": "^8.2.9", + "interface-datastore": "^8.2.10", "ipns": "^9.0.0", - "libp2p": "^1.2.0", - "multiformats": "^13.0.0" + "libp2p": "^1.2.1", + "multiformats": "^13.0.1" }, "devDependencies": { - "@multiformats/mafmt": "^12.1.5", - "@multiformats/multiaddr": "^12.1.12", - "aegir": "^42.1.0", + "@multiformats/mafmt": "^12.1.6", + "@multiformats/multiaddr": "^12.1.14", + "aegir": "^42.2.2", "it-all": "^3.0.4", "it-drain": "^3.0.5" }, diff --git a/packages/http/package.json b/packages/http/package.json index 33ebf82b..b6e9e80e 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -57,12 +57,12 @@ "@helia/interface": "^4.0.0", "@helia/routers": "^1.0.0", "@helia/utils": "^0.0.1", - "blockstore-core": "^4.3.8", - "datastore-core": "^9.2.6" + "blockstore-core": "^4.3.10", + "datastore-core": "^9.2.7" }, "devDependencies": { - "@libp2p/interface": "^1.1.1", - "aegir": "^42.1.0", + "@libp2p/interface": "^1.1.2", + "aegir": "^42.2.2", "interface-datastore": "^8.2.10", "multiformats": "^13.0.1", "sinon": "^17.0.1", diff --git a/packages/interface/package.json b/packages/interface/package.json index f8952eb1..79d8162a 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -72,12 +72,12 @@ "dependencies": { "@libp2p/interface": "^1.1.2", "interface-blockstore": "^5.2.9", - "interface-datastore": "^8.2.9", - "interface-store": "^5.1.5", - "multiformats": "^13.0.0", + "interface-datastore": "^8.2.10", + "interface-store": "^5.1.7", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^42.1.0" + "aegir": "^42.2.2" } } diff --git a/packages/interop/package.json b/packages/interop/package.json index 202daae3..09b38801 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -57,7 +57,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@chainsafe/libp2p-gossipsub": "^11.1.0", + "@chainsafe/libp2p-gossipsub": "^11.2.0", "@helia/block-brokers": "^2.0.1", "@helia/car": "^3.0.0", "@helia/dag-cbor": "^3.0.0", @@ -71,29 +71,29 @@ "@helia/strings": "^3.0.0", "@helia/unixfs": "^3.0.0", "@helia/verified-fetch": "^0.0.0", - "@ipld/car": "^5.2.5", + "@ipld/car": "^5.2.6", "@ipld/dag-cbor": "^9.1.0", "@libp2p/interface": "^1.1.2", - "@libp2p/kad-dht": "^12.0.2", + "@libp2p/kad-dht": "^12.0.5", "@libp2p/keychain": "^4.0.7", "@libp2p/peer-id": "^4.0.5", - "@libp2p/peer-id-factory": "^4.0.3", - "@libp2p/websockets": "^8.0.10", - "@multiformats/sha3": "^3.0.0", - "aegir": "^42.1.0", + "@libp2p/peer-id-factory": "^4.0.5", + "@libp2p/websockets": "^8.0.13", + "@multiformats/sha3": "^3.0.2", + "aegir": "^42.2.2", "helia": "^4.0.1", "ipfs-core-types": "^0.14.1", - "ipfs-unixfs-importer": "^15.2.3", + "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.4", "it-drain": "^3.0.5", "it-last": "^3.0.4", "it-map": "^3.0.5", - "it-to-buffer": "^4.0.2", + "it-to-buffer": "^4.0.5", "kubo": "^0.26.0", - "kubo-rpc-client": "^3.0.1", - "libp2p": "^1.2.0", - "multiformats": "^13.0.0", + "kubo-rpc-client": "^3.0.2", + "libp2p": "^1.2.1", + "multiformats": "^13.0.1", "p-defer": "^4.0.0", "uint8arrays": "^5.0.1", "wherearewe": "^2.0.1" diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 24d8fd39..a6a1d369 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -166,24 +166,24 @@ "dependencies": { "@helia/interface": "^4.0.0", "@libp2p/interface": "^1.1.2", - "@libp2p/kad-dht": "^12.0.2", - "@libp2p/logger": "^4.0.4", + "@libp2p/kad-dht": "^12.0.5", + "@libp2p/logger": "^4.0.5", "@libp2p/peer-id": "^4.0.5", - "dns-over-http-resolver": "^3.0.0", - "dns-packet": "^5.6.0", + "dns-over-http-resolver": "^3.0.2", + "dns-packet": "^5.6.1", "hashlru": "^2.3.0", - "interface-datastore": "^8.2.9", + "interface-datastore": "^8.2.10", "ipns": "^9.0.0", "is-ipfs": "^8.0.1", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "p-queue": "^8.0.1", "progress-events": "^1.0.0", "uint8arrays": "^5.0.1" }, "devDependencies": { "@libp2p/peer-id-factory": "^4.0.5", - "@types/dns-packet": "^5.6.4", - "aegir": "^42.1.0", + "@types/dns-packet": "^5.6.5", + "aegir": "^42.2.2", "datastore-core": "^9.2.7", "sinon": "^17.0.1", "sinon-ts": "^2.0.0" diff --git a/packages/json/package.json b/packages/json/package.json index 775913a7..8bd49b15 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -140,13 +140,13 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@libp2p/interfaces": "^3.3.1", + "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.9", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10" } } diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 6a3fb72e..1904090f 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -140,26 +140,26 @@ }, "dependencies": { "@helia/unixfs": "^3.0.0", - "@libp2p/interfaces": "^3.3.1", - "@libp2p/logger": "^4.0.4", + "@libp2p/interfaces": "^3.3.2", + "@libp2p/logger": "^4.0.5", "interface-blockstore": "^5.2.9", - "interface-datastore": "^8.2.9", - "ipfs-unixfs": "^11.0.0", - "ipfs-unixfs-exporter": "^13.4.0", - "ipfs-unixfs-importer": "^15.2.3", - "multiformats": "^13.0.0" + "interface-datastore": "^8.2.10", + "ipfs-unixfs": "^11.1.3", + "ipfs-unixfs-exporter": "^13.5.0", + "ipfs-unixfs-importer": "^15.2.4", + "multiformats": "^13.0.1" }, "devDependencies": { "@ipld/dag-pb": "^4.0.8", - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10", "datastore-core": "^9.2.7", "delay": "^6.0.0", "it-all": "^3.0.4", "it-drain": "^3.0.5", - "it-first": "^3.0.1", + "it-first": "^3.0.4", "it-last": "^3.0.4", - "it-to-buffer": "^4.0.2", + "it-to-buffer": "^4.0.5", "uint8arrays": "^5.0.1" } } diff --git a/packages/routers/package.json b/packages/routers/package.json index e4b37d09..309c2618 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -59,13 +59,13 @@ "ipns": "^9.0.0", "it-first": "^3.0.4", "it-map": "^3.0.5", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "uint8arrays": "^5.0.1" }, "devDependencies": { "@libp2p/peer-id": "^4.0.5", "@libp2p/peer-id-factory": "^4.0.5", - "aegir": "^42.1.0", + "aegir": "^42.2.2", "it-drain": "^3.0.5", "sinon-ts": "^2.0.0" }, diff --git a/packages/strings/package.json b/packages/strings/package.json index 729b0891..e9b36ec3 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -142,14 +142,14 @@ }, "dependencies": { "@helia/interface": "^4.0.0", - "@libp2p/interfaces": "^3.3.1", + "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.9", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0", "uint8arrays": "^5.0.1" }, "devDependencies": { - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10" } } diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index a74d8b6b..7fc86403 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -162,31 +162,31 @@ "@helia/interface": "^4.0.0", "@ipld/dag-pb": "^4.0.8", "@libp2p/interface": "^1.1.2", - "@libp2p/logger": "^4.0.4", - "@multiformats/murmur3": "^2.1.2", + "@libp2p/logger": "^4.0.5", + "@multiformats/murmur3": "^2.1.8", "hamt-sharding": "^3.0.2", "interface-blockstore": "^5.2.9", - "ipfs-unixfs": "^11.0.0", - "ipfs-unixfs-exporter": "^13.4.0", - "ipfs-unixfs-importer": "^15.2.3", - "it-glob": "^2.0.4", + "ipfs-unixfs": "^11.1.3", + "ipfs-unixfs-exporter": "^13.5.0", + "ipfs-unixfs-importer": "^15.2.4", + "it-glob": "^2.0.6", "it-last": "^3.0.4", "it-pipe": "^3.0.1", "merge-options": "^3.0.4", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0", "sparse-array": "^1.3.2", "uint8arrays": "^5.0.1" }, "devDependencies": { - "aegir": "^42.1.0", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10", "delay": "^6.0.0", "iso-url": "^1.2.1", "it-all": "^3.0.4", "it-drain": "^3.0.5", - "it-first": "^3.0.1", - "it-to-buffer": "^4.0.2", + "it-first": "^3.0.4", + "it-to-buffer": "^4.0.5", "wherearewe": "^2.0.1" }, "browser": { diff --git a/packages/utils/package.json b/packages/utils/package.json index da80d697..937c4469 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -58,26 +58,26 @@ "@ipld/dag-json": "^10.1.7", "@ipld/dag-pb": "^4.0.8", "@libp2p/interface": "^1.1.2", - "@libp2p/logger": "^4.0.4", - "@libp2p/peer-collections": "^5.1.4", - "@libp2p/utils": "^5.2.0", + "@libp2p/logger": "^4.0.5", + "@libp2p/peer-collections": "^5.1.5", + "@libp2p/utils": "^5.2.3", "any-signal": "^4.1.1", - "cborg": "^4.0.3", + "cborg": "^4.0.8", "interface-blockstore": "^5.2.9", - "interface-datastore": "^8.2.9", - "interface-store": "^5.1.5", + "interface-datastore": "^8.2.10", + "interface-store": "^5.1.7", "it-drain": "^3.0.5", "it-filter": "^3.0.4", "it-foreach": "^2.0.6", "it-merge": "^3.0.3", - "mortice": "^3.0.1", - "multiformats": "^13.0.0", + "mortice": "^3.0.4", + "multiformats": "^13.0.1", "progress-events": "^1.0.0", "uint8arrays": "^5.0.1" }, "devDependencies": { - "@types/sinon": "^17.0.2", - "aegir": "^42.1.0", + "@types/sinon": "^17.0.3", + "aegir": "^42.2.2", "blockstore-core": "^4.3.10", "datastore-core": "^9.2.7", "delay": "^6.0.0", diff --git a/packages/verified-fetch/package.json b/packages/verified-fetch/package.json index 007cb8d9..bca8697a 100644 --- a/packages/verified-fetch/package.json +++ b/packages/verified-fetch/package.json @@ -156,17 +156,17 @@ "@libp2p/interface": "^1.1.2", "@libp2p/peer-id": "^4.0.5", "hashlru": "^2.3.0", - "ipfs-unixfs-exporter": "^13.4.0", + "ipfs-unixfs-exporter": "^13.5.0", "mime-types": "^2.1.35", - "multiformats": "^13.0.0", + "multiformats": "^13.0.1", "progress-events": "^1.0.0" }, "devDependencies": { "@libp2p/logger": "^4.0.5", "@libp2p/peer-id-factory": "^4.0.5", "@types/mime-types": "^2.1.4", - "@types/sinon": "^17.0.2", - "aegir": "^42.1.0", + "@types/sinon": "^17.0.3", + "aegir": "^42.2.2", "helia": "^4.0.1", "interface-blockstore": "^5.2.9", "sinon": "^17.0.1",