From 6d0ffd837e15f1d5bb84a5b2c855d490301ac312 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:28:38 -0700 Subject: [PATCH] deps: updating all deps (#47) --- package.json | 2 +- packages/interop/package.json | 4 +-- packages/verified-fetch/package.json | 50 ++++++++++++++-------------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 9b06f99..471e0e3 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "docs:no-publish": "aegir docs --publish false" }, "devDependencies": { - "aegir": "^42.2.0", + "aegir": "^42.2.5", "npm-run-all": "^4.1.5" }, "type": "module", diff --git a/packages/interop/package.json b/packages/interop/package.json index 894bd0a..44eb355 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -62,8 +62,8 @@ "ipfsd-ctl": "^13.0.0", "it-drain": "^3.0.5", "kubo": "^0.27.0", - "kubo-rpc-client": "^3.0.3", - "magic-bytes.js": "^1.8.0", + "kubo-rpc-client": "^3.0.4", + "magic-bytes.js": "^1.10.0", "multiformats": "^13.1.0" }, "browser": { diff --git a/packages/verified-fetch/package.json b/packages/verified-fetch/package.json index cc7aa2c..cee76c7 100644 --- a/packages/verified-fetch/package.json +++ b/packages/verified-fetch/package.json @@ -57,21 +57,21 @@ "release": "aegir release" }, "dependencies": { - "@helia/block-brokers": "^2.0.2", - "@helia/car": "^3.1.0", - "@helia/http": "^1.0.2", - "@helia/interface": "^4.0.1", - "@helia/ipns": "^7.0.0", - "@helia/routers": "^1.0.1", - "@helia/unixfs": "^3.0.1", + "@helia/block-brokers": "^2.0.3", + "@helia/car": "^3.1.2", + "@helia/http": "^1.0.3", + "@helia/interface": "^4.1.0", + "@helia/ipns": "^7.2.0", + "@helia/routers": "^1.0.2", + "@helia/unixfs": "^3.0.3", "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0", "@ipld/dag-pb": "^4.1.0", - "@libp2p/interface": "^1.1.4", - "@libp2p/kad-dht": "^12.0.8", - "@libp2p/peer-id": "^4.0.7", - "@multiformats/dns": "^1.0.2", - "cborg": "^4.0.9", + "@libp2p/interface": "^1.1.6", + "@libp2p/kad-dht": "^12.0.11", + "@libp2p/peer-id": "^4.0.9", + "@multiformats/dns": "^1.0.6", + "cborg": "^4.2.0", "hashlru": "^2.3.0", "interface-blockstore": "^5.2.10", "interface-datastore": "^8.2.11", @@ -82,32 +82,32 @@ "it-to-browser-readablestream": "^2.0.6", "multiformats": "^13.1.0", "progress-events": "^1.0.0", - "uint8arrays": "^5.0.2" + "uint8arrays": "^5.0.3" }, "devDependencies": { - "@helia/car": "^3.1.0", - "@helia/dag-cbor": "^3.0.1", - "@helia/dag-json": "^3.0.1", - "@helia/json": "^3.0.1", + "@helia/car": "^3.1.2", + "@helia/dag-cbor": "^3.0.2", + "@helia/dag-json": "^3.0.2", + "@helia/json": "^3.0.2", "@helia/utils": "^0.1.0", "@ipld/car": "^5.3.0", - "@libp2p/interface-compliance-tests": "^5.3.2", - "@libp2p/logger": "^4.0.7", - "@libp2p/peer-id-factory": "^4.0.7", + "@libp2p/interface-compliance-tests": "^5.3.4", + "@libp2p/logger": "^4.0.9", + "@libp2p/peer-id-factory": "^4.0.9", "@sgtpooki/file-type": "^1.0.1", "@types/sinon": "^17.0.3", "aegir": "^42.2.5", "blockstore-core": "^4.4.0", "browser-readablestream-to-it": "^2.0.5", "datastore-core": "^9.2.9", - "helia": "^4.0.2", - "ipfs-unixfs-importer": "^15.2.4", - "ipns": "^9.0.0", + "helia": "^4.1.0", + "ipfs-unixfs-importer": "^15.2.5", + "ipns": "^9.1.0", "it-all": "^3.0.4", "it-last": "^3.0.4", "it-to-buffer": "^4.0.5", - "magic-bytes.js": "^1.8.0", - "p-defer": "^4.0.0", + "magic-bytes.js": "^1.10.0", + "p-defer": "^4.0.1", "sinon": "^17.0.1", "sinon-ts": "^2.0.0" },