Skip to content

Commit 9f52ccb

Browse files
committed
chore: update deps
1 parent 0f629da commit 9f52ccb

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

packages/ipfs-unixfs-exporter/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3434
"devDependencies": {
35-
"@types/mocha": "^8.2.0",
35+
"@types/mocha": "^8.2.1",
3636
"@types/sinon": "^9.0.10",
3737
"abort-controller": "^3.0.0",
3838
"aegir": "^30.3.0",
@@ -41,22 +41,22 @@
4141
"ipld-dag-pb": "^0.21.0",
4242
"ipld-in-memory": "^7.0.0",
4343
"ipfs-unixfs-importer": "^5.0.0",
44-
"it-all": "^1.0.1",
44+
"it-all": "^1.0.5",
4545
"it-buffer-stream": "^2.0.0",
46-
"it-first": "^1.0.1",
46+
"it-first": "^1.0.6",
4747
"merge-options": "^3.0.4",
48-
"multicodec": "^2.0.0",
48+
"multicodec": "^2.1.0",
4949
"native-abort-controller": "^1.0.3",
50-
"sinon": "^9.0.10",
51-
"uint8arrays": "^2.0.5"
50+
"sinon": "^9.2.4",
51+
"uint8arrays": "^2.1.2"
5252
},
5353
"dependencies": {
5454
"cids": "^1.1.5",
55-
"err-code": "^3.0.0",
55+
"err-code": "^3.0.1",
5656
"hamt-sharding": "^2.0.0",
57-
"ipfs-unixfs": "^2.0.4",
58-
"it-last": "^1.0.1",
59-
"multihashing-async": "^2.0.0"
57+
"ipfs-unixfs": "^3.0.0",
58+
"it-last": "^1.0.5",
59+
"multihashing-async": "^2.1.0"
6060
},
6161
"types": "dist/src/index.d.ts",
6262
"files": [

packages/ipfs-unixfs-importer/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
},
3333
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3434
"devDependencies": {
35-
"@types/mocha": "^8.2.0",
35+
"@types/mocha": "^8.2.1",
3636
"aegir": "^30.3.0",
3737
"ipld": "^0.28.0",
3838
"ipld-in-memory": "^7.0.0",
3939
"it-buffer-stream": "^2.0.0",
40-
"multicodec": "^2.0.0"
40+
"multicodec": "^2.1.0"
4141
},
4242
"dependencies": {
43-
"bl": "^4.0.0",
43+
"bl": "^4.1.0",
4444
"cids": "^1.1.5",
45-
"err-code": "^3.0.0",
45+
"err-code": "^3.0.1",
4646
"hamt-sharding": "^2.0.0",
47-
"ipfs-unixfs": "^2.0.4",
47+
"ipfs-unixfs": "^3.0.0",
4848
"ipld-dag-pb": "^0.21.0",
49-
"it-all": "^1.0.1",
50-
"it-batch": "^1.0.3",
51-
"it-first": "^1.0.1",
52-
"it-parallel-batch": "^1.0.3",
53-
"merge-options": "^3.0.3",
54-
"multihashing-async": "^2.0.0",
55-
"rabin-wasm": "^0.1.1",
56-
"uint8arrays": "^2.0.5"
49+
"it-all": "^1.0.5",
50+
"it-batch": "^1.0.8",
51+
"it-first": "^1.0.6",
52+
"it-parallel-batch": "^1.0.9",
53+
"merge-options": "^3.0.4",
54+
"multihashing-async": "^2.1.0",
55+
"rabin-wasm": "^0.1.4",
56+
"uint8arrays": "^2.1.2"
5757
},
5858
"types": "dist/src/index.d.ts",
5959
"files": [

packages/ipfs-unixfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3838
"devDependencies": {
39-
"@types/mocha": "^8.2.0",
39+
"@types/mocha": "^8.2.1",
4040
"aegir": "^30.3.0",
41-
"uint8arrays": "^2.0.5"
41+
"uint8arrays": "^2.1.2"
4242
},
4343
"dependencies": {
44-
"err-code": "^3.0.0",
44+
"err-code": "^3.0.1",
4545
"protobufjs": "^6.10.2"
4646
},
4747
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)