Skip to content

Commit f5f5fe4

Browse files
authored
chore: update deps (#144)
1 parent b19d89f commit f5f5fe4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/ipfs-unixfs-exporter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3535
"devDependencies": {
3636
"@types/mocha": "^8.2.1",
37-
"@types/sinon": "^9.0.10",
37+
"@types/sinon": "^10.0.0",
3838
"abort-controller": "^3.0.0",
39-
"aegir": "^32.1.0",
39+
"aegir": "^33.1.0",
4040
"copy": "^0.3.2",
4141
"crypto-browserify": "^3.12.0",
4242
"detect-node": "^2.0.4",
@@ -45,7 +45,7 @@
4545
"ipfs-unixfs-importer": "^7.0.1",
4646
"ipld": "^0.29.0",
4747
"ipld-block": "^0.11.1",
48-
"ipld-dag-pb": "^0.22.1",
48+
"ipld-dag-pb": "^0.22.2",
4949
"ipld-in-memory": "^8.0.0",
5050
"it-all": "^1.0.5",
5151
"it-buffer-stream": "^2.0.0",
@@ -56,7 +56,7 @@
5656
"nyc": "^15.0.0",
5757
"readable-stream": "^3.6.0",
5858
"rimraf": "^3.0.2",
59-
"sinon": "^9.2.4",
59+
"sinon": "^10.0.0",
6060
"uint8arrays": "^2.1.2",
6161
"util": "^0.12.3"
6262
},

packages/ipfs-unixfs-importer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3535
"devDependencies": {
3636
"@types/mocha": "^8.2.1",
37-
"aegir": "^32.1.0",
37+
"aegir": "^33.1.0",
3838
"assert": "^2.0.0",
3939
"copy": "^0.3.2",
4040
"crypto-browserify": "^3.12.0",
@@ -50,12 +50,12 @@
5050
"util": "^0.12.3"
5151
},
5252
"dependencies": {
53-
"bl": "^4.1.0",
53+
"bl": "^5.0.0",
5454
"cids": "^1.1.5",
5555
"err-code": "^3.0.1",
5656
"hamt-sharding": "^2.0.0",
5757
"ipfs-unixfs": "^4.0.1",
58-
"ipld-dag-pb": "^0.21.0",
58+
"ipld-dag-pb": "^0.22.2",
5959
"it-all": "^1.0.5",
6060
"it-batch": "^1.0.8",
6161
"it-first": "^1.0.6",

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3838
"devDependencies": {
3939
"@types/mocha": "^8.2.1",
40-
"aegir": "^32.1.0",
40+
"aegir": "^33.1.0",
4141
"copy": "^0.3.2",
4242
"mkdirp": "^1.0.4",
4343
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)