Skip to content

Commit 3a43e92

Browse files
committed
chore: upgrade deps
1 parent 5a25c87 commit 3a43e92

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/ipfs-unixfs-exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs-exporter#readme",
3737
"devDependencies": {
38-
"aegir": "^20.0.0",
38+
"aegir": "^21.0.2",
3939
"async-iterator-all": "^1.0.0",
4040
"async-iterator-buffer-stream": "^1.0.0",
4141
"async-iterator-first": "^1.0.0",
@@ -51,7 +51,7 @@
5151
"sinon": "^8.0.4"
5252
},
5353
"dependencies": {
54-
"cids": "^0.7.1",
54+
"cids": "^0.7.3",
5555
"err-code": "^2.0.0",
5656
"hamt-sharding": "^1.0.0",
5757
"ipfs-unixfs": "^0.3.0",

packages/ipfs-unixfs-importer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
},
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs-importer#readme",
3737
"devDependencies": {
38-
"aegir": "^20.0.0",
38+
"aegir": "^21.0.2",
3939
"chai": "^4.2.0",
40-
"cids": "~0.7.1",
41-
"deep-extend": "~0.6.0",
40+
"cids": "^0.7.3",
41+
"deep-extend": "^0.6.0",
4242
"detect-node": "^2.0.4",
4343
"dirty-chai": "^2.0.1",
4444
"ipfs-unixfs-exporter": "^0.40.0",
4545
"ipld": "^0.25.0",
4646
"ipld-in-memory": "^3.0.0",
4747
"it-buffer-stream": "^1.0.0",
48-
"it-last": "^1.0.0",
48+
"it-last": "^1.0.1",
4949
"nyc": "^15.0.0",
5050
"sinon": "^8.0.4"
5151
},

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3737
"devDependencies": {
38-
"aegir": "^20.4.1",
38+
"aegir": "^21.0.2",
3939
"chai": "^4.2.0",
4040
"dirty-chai": "^2.0.1",
4141
"nyc": "^15.0.0"

0 commit comments

Comments
 (0)