Skip to content

Commit 874851e

Browse files
committed
chore: update deps
1 parent c68a0c8 commit 874851e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@
3939
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",
4040
"devDependencies": {
4141
"@nodeutils/defaults-deep": "github:nodeutils/defaults-deep",
42-
"aegir": "^14.0.0",
42+
"aegir": "^17.0.0",
4343
"benchmark": "^2.1.4",
44-
"chai": "^4.1.2",
44+
"chai": "^4.2.0",
4545
"dirty-chai": "^2.0.1",
46-
"ipfs-repo": "~0.22.1",
47-
"libp2p": "~0.22.0",
48-
"libp2p-kad-dht": "~0.10.0",
46+
"ipfs-repo": "~0.25.0",
47+
"libp2p": "~0.23.1",
48+
"libp2p-kad-dht": "~0.10.6",
4949
"libp2p-multiplex": "~0.5.1",
5050
"libp2p-secio": "~0.10.0",
51-
"libp2p-tcp": "~0.12.0",
52-
"lodash": "^4.17.10",
51+
"libp2p-tcp": "~0.13.0",
52+
"lodash": "^4.17.11",
5353
"lodash.range": "^3.2.0",
5454
"lodash.without": "^4.4.0",
5555
"multiaddr": "^5.0.0",
5656
"ncp": "^2.0.0",
5757
"peer-book": "~0.8.0",
58-
"peer-id": "~0.11.0",
58+
"peer-id": "~0.12.0",
5959
"peer-info": "~0.14.1",
6060
"rimraf": "^2.6.2",
61-
"stats-lite": "^2.1.1"
61+
"stats-lite": "^2.2.0"
6262
},
6363
"dependencies": {
6464
"async": "^2.6.1",
65-
"big.js": "^5.1.2",
66-
"cids": "~0.5.3",
67-
"debug": "^3.1.0",
68-
"ipfs-block": "~0.7.1",
65+
"big.js": "^5.2.2",
66+
"cids": "~0.5.5",
67+
"debug": "^4.1.0",
68+
"ipfs-block": "~0.8.0",
6969
"lodash.debounce": "^4.0.8",
7070
"lodash.find": "^4.6.0",
7171
"lodash.groupby": "^4.6.0",
@@ -79,10 +79,10 @@
7979
"multicodec": "~0.2.7",
8080
"multihashing-async": "~0.5.1",
8181
"protons": "^1.0.1",
82-
"pull-defer": "~0.2.2",
83-
"pull-length-prefixed": "^1.3.0",
82+
"pull-defer": "~0.2.3",
83+
"pull-length-prefixed": "^1.3.1",
8484
"pull-pushable": "^2.2.0",
85-
"pull-stream": "^3.6.8",
85+
"pull-stream": "^3.6.9",
8686
"varint-decoder": "~0.1.1"
8787
},
8888
"pre-push": [

0 commit comments

Comments
 (0)