Skip to content

Commit 91c257d

Browse files
committed
fix: update sibling deps
Update all sibling deps to the latest versions
1 parent 570131c commit 91c257d

5 files changed

Lines changed: 38 additions & 39 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directories:
5-
- "/"
4+
directory: "/"
65
schedule:
76
interval: daily
87
time: "10:00"

benchmarks/import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"aegir": "^48.0.4",
16-
"blockstore-core": "^7.0.0",
17-
"ipfs-unixfs-importer": "^16.0.0",
16+
"blockstore-core": "^7.0.1",
17+
"ipfs-unixfs-importer": "^17.0.0",
1818
"it-buffer-stream": "^4.0.0",
19-
"it-drain": "^3.0.10"
19+
"it-drain": "^3.0.12"
2020
},
2121
"private": true
2222
}

benchmarks/memory/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"aegir": "^48.0.4",
16-
"blockstore-fs": "^4.0.0",
17-
"ipfs-unixfs-importer": "^16.0.0",
18-
"it-drain": "^3.0.10"
16+
"blockstore-fs": "^4.0.1",
17+
"ipfs-unixfs-importer": "^17.0.0",
18+
"it-drain": "^3.0.12"
1919
},
2020
"private": true
2121
}

packages/ipfs-unixfs-exporter/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -141,34 +141,34 @@
141141
"dependencies": {
142142
"@ipld/dag-cbor": "^10.0.0",
143143
"@ipld/dag-json": "^11.0.0",
144-
"@ipld/dag-pb": "^4.1.5",
145-
"@multiformats/murmur3": "^2.1.8",
144+
"@ipld/dag-pb": "^4.1.7",
145+
"@multiformats/murmur3": "^2.2.5",
146146
"hamt-sharding": "^3.0.8",
147-
"interface-blockstore": "^7.0.0",
148-
"ipfs-unixfs": "^12.0.0",
149-
"it-last": "^3.0.9",
150-
"it-map": "^3.1.4",
151-
"it-parallel": "^3.0.13",
147+
"interface-blockstore": "^7.0.1",
148+
"ipfs-unixfs": "^13.0.0",
149+
"it-last": "^3.0.11",
150+
"it-map": "^3.1.6",
151+
"it-parallel": "^3.0.15",
152152
"it-pipe": "^3.0.1",
153-
"it-pushable": "^3.2.3",
153+
"it-pushable": "^3.2.4",
154154
"it-to-buffer": "^5.0.0",
155155
"multiformats": "^14.0.0",
156-
"p-queue": "^9.0.0",
157-
"progress-events": "^1.0.1"
156+
"p-queue": "^9.2.0",
157+
"progress-events": "^1.1.0"
158158
},
159159
"devDependencies": {
160-
"@types/readable-stream": "^4.0.21",
161-
"@types/sinon": "^21.0.0",
160+
"@types/readable-stream": "^4.0.23",
161+
"@types/sinon": "^21.0.1",
162162
"aegir": "^48.0.4",
163-
"blockstore-core": "^7.0.0",
163+
"blockstore-core": "^7.0.1",
164164
"delay": "^7.0.0",
165-
"ipfs-unixfs-importer": "^16.0.0",
165+
"ipfs-unixfs-importer": "^17.0.0",
166166
"iso-random-stream": "^2.0.2",
167-
"it-all": "^3.0.9",
167+
"it-all": "^3.0.11",
168168
"it-buffer-stream": "^4.0.0",
169-
"it-drain": "^3.0.10",
170-
"it-filter": "^3.1.4",
171-
"it-first": "^3.0.9",
169+
"it-drain": "^3.0.12",
170+
"it-filter": "^3.1.6",
171+
"it-first": "^3.0.11",
172172
"merge-options": "^3.0.4",
173173
"readable-stream": "^4.7.0",
174174
"sinon": "^22.0.0",

packages/ipfs-unixfs-importer/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -170,26 +170,26 @@
170170
"release": "aegir release"
171171
},
172172
"dependencies": {
173-
"@ipld/dag-pb": "^4.1.5",
174-
"@multiformats/murmur3": "^2.1.8",
175-
"blockstore-core": "^7.0.0",
176-
"hamt-sharding": "^3.0.6",
177-
"interface-blockstore": "^7.0.0",
178-
"ipfs-unixfs": "^12.0.0",
179-
"it-all": "^3.0.9",
180-
"it-batch": "^3.0.9",
181-
"it-first": "^3.0.9",
182-
"it-parallel-batch": "^3.0.9",
173+
"@ipld/dag-pb": "^4.1.7",
174+
"@multiformats/murmur3": "^2.2.5",
175+
"blockstore-core": "^7.0.1",
176+
"hamt-sharding": "^3.0.8",
177+
"interface-blockstore": "^7.0.1",
178+
"ipfs-unixfs": "^13.0.0",
179+
"it-all": "^3.0.11",
180+
"it-batch": "^3.0.11",
181+
"it-first": "^3.0.11",
182+
"it-parallel-batch": "^3.0.11",
183183
"multiformats": "^14.0.0",
184-
"progress-events": "^1.0.1",
184+
"progress-events": "^1.1.0",
185185
"rabin-wasm": "^0.1.5",
186186
"uint8arraylist": "^3.0.2",
187187
"uint8arrays": "^6.1.1"
188188
},
189189
"devDependencies": {
190-
"@noble/ciphers": "^2.1.1",
190+
"@noble/ciphers": "^2.2.0",
191191
"aegir": "^48.0.4",
192-
"it-last": "^3.0.9",
192+
"it-last": "^3.0.11",
193193
"wherearewe": "^2.0.1"
194194
},
195195
"browser": {

0 commit comments

Comments
 (0)