Skip to content

Commit 6d0ffd8

Browse files
authored
deps: updating all deps (#47)
1 parent a38a0c6 commit 6d0ffd8

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"docs:no-publish": "aegir docs --publish false"
123123
},
124124
"devDependencies": {
125-
"aegir": "^42.2.0",
125+
"aegir": "^42.2.5",
126126
"npm-run-all": "^4.1.5"
127127
},
128128
"type": "module",

packages/interop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"ipfsd-ctl": "^13.0.0",
6363
"it-drain": "^3.0.5",
6464
"kubo": "^0.27.0",
65-
"kubo-rpc-client": "^3.0.3",
66-
"magic-bytes.js": "^1.8.0",
65+
"kubo-rpc-client": "^3.0.4",
66+
"magic-bytes.js": "^1.10.0",
6767
"multiformats": "^13.1.0"
6868
},
6969
"browser": {

packages/verified-fetch/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
"release": "aegir release"
5858
},
5959
"dependencies": {
60-
"@helia/block-brokers": "^2.0.2",
61-
"@helia/car": "^3.1.0",
62-
"@helia/http": "^1.0.2",
63-
"@helia/interface": "^4.0.1",
64-
"@helia/ipns": "^7.0.0",
65-
"@helia/routers": "^1.0.1",
66-
"@helia/unixfs": "^3.0.1",
60+
"@helia/block-brokers": "^2.0.3",
61+
"@helia/car": "^3.1.2",
62+
"@helia/http": "^1.0.3",
63+
"@helia/interface": "^4.1.0",
64+
"@helia/ipns": "^7.2.0",
65+
"@helia/routers": "^1.0.2",
66+
"@helia/unixfs": "^3.0.3",
6767
"@ipld/dag-cbor": "^9.2.0",
6868
"@ipld/dag-json": "^10.2.0",
6969
"@ipld/dag-pb": "^4.1.0",
70-
"@libp2p/interface": "^1.1.4",
71-
"@libp2p/kad-dht": "^12.0.8",
72-
"@libp2p/peer-id": "^4.0.7",
73-
"@multiformats/dns": "^1.0.2",
74-
"cborg": "^4.0.9",
70+
"@libp2p/interface": "^1.1.6",
71+
"@libp2p/kad-dht": "^12.0.11",
72+
"@libp2p/peer-id": "^4.0.9",
73+
"@multiformats/dns": "^1.0.6",
74+
"cborg": "^4.2.0",
7575
"hashlru": "^2.3.0",
7676
"interface-blockstore": "^5.2.10",
7777
"interface-datastore": "^8.2.11",
@@ -82,32 +82,32 @@
8282
"it-to-browser-readablestream": "^2.0.6",
8383
"multiformats": "^13.1.0",
8484
"progress-events": "^1.0.0",
85-
"uint8arrays": "^5.0.2"
85+
"uint8arrays": "^5.0.3"
8686
},
8787
"devDependencies": {
88-
"@helia/car": "^3.1.0",
89-
"@helia/dag-cbor": "^3.0.1",
90-
"@helia/dag-json": "^3.0.1",
91-
"@helia/json": "^3.0.1",
88+
"@helia/car": "^3.1.2",
89+
"@helia/dag-cbor": "^3.0.2",
90+
"@helia/dag-json": "^3.0.2",
91+
"@helia/json": "^3.0.2",
9292
"@helia/utils": "^0.1.0",
9393
"@ipld/car": "^5.3.0",
94-
"@libp2p/interface-compliance-tests": "^5.3.2",
95-
"@libp2p/logger": "^4.0.7",
96-
"@libp2p/peer-id-factory": "^4.0.7",
94+
"@libp2p/interface-compliance-tests": "^5.3.4",
95+
"@libp2p/logger": "^4.0.9",
96+
"@libp2p/peer-id-factory": "^4.0.9",
9797
"@sgtpooki/file-type": "^1.0.1",
9898
"@types/sinon": "^17.0.3",
9999
"aegir": "^42.2.5",
100100
"blockstore-core": "^4.4.0",
101101
"browser-readablestream-to-it": "^2.0.5",
102102
"datastore-core": "^9.2.9",
103-
"helia": "^4.0.2",
104-
"ipfs-unixfs-importer": "^15.2.4",
105-
"ipns": "^9.0.0",
103+
"helia": "^4.1.0",
104+
"ipfs-unixfs-importer": "^15.2.5",
105+
"ipns": "^9.1.0",
106106
"it-all": "^3.0.4",
107107
"it-last": "^3.0.4",
108108
"it-to-buffer": "^4.0.5",
109-
"magic-bytes.js": "^1.8.0",
110-
"p-defer": "^4.0.0",
109+
"magic-bytes.js": "^1.10.0",
110+
"p-defer": "^4.0.1",
111111
"sinon": "^17.0.1",
112112
"sinon-ts": "^2.0.0"
113113
},

0 commit comments

Comments
 (0)