Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 3019fc0

Browse files
authored
chore: update deps (#1333)
* chore: update deps * chore: update deps * test: fix create node test
1 parent 993018f commit 3019fc0

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"homepage": "https://github.com/ipfs/js-ipfs#readme",
6363
"devDependencies": {
64-
"aegir": "^13.0.6",
64+
"aegir": "^13.1.0",
6565
"buffer-loader": "0.0.1",
6666
"chai": "^4.1.2",
6767
"delay": "^2.0.0",
@@ -75,8 +75,8 @@
7575
"hat": "0.0.3",
7676
"interface-ipfs-core": "^0.61.0",
7777
"ipfsd-ctl": "^0.32.1",
78-
"lodash": "^4.17.5",
79-
"mocha": "^5.0.5",
78+
"lodash": "^4.17.10",
79+
"mocha": "^5.1.1",
8080
"ncp": "^2.0.0",
8181
"nexpect": "^0.5.0",
8282
"pre-commit": "^1.2.2",
@@ -97,7 +97,7 @@
9797
"byteman": "^1.3.5",
9898
"cids": "~0.5.3",
9999
"debug": "^3.1.0",
100-
"file-type": "^7.6.0",
100+
"file-type": "^7.7.1",
101101
"filesize": "^3.6.1",
102102
"fsm-event": "^2.1.0",
103103
"get-folder-size": "^1.0.1",
@@ -106,41 +106,41 @@
106106
"hapi-set-header": "^1.0.2",
107107
"hoek": "^5.0.3",
108108
"human-to-milliseconds": "^1.0.0",
109-
"ipfs-api": "^20.0.1",
109+
"ipfs-api": "^20.2.0",
110110
"ipfs-bitswap": "~0.20.0",
111-
"ipfs-block": "^0.7.1",
111+
"ipfs-block": "~0.7.1",
112112
"ipfs-block-service": "~0.14.0",
113113
"ipfs-multipart": "~0.1.0",
114-
"ipfs-repo": "^0.19.0",
114+
"ipfs-repo": "~0.20.0",
115115
"ipfs-unixfs": "~0.1.14",
116-
"ipfs-unixfs-engine": "~0.28.1",
116+
"ipfs-unixfs-engine": "~0.29.0",
117117
"ipld": "^0.17.0",
118118
"is-ipfs": "^0.3.2",
119119
"is-stream": "^1.1.0",
120-
"joi": "^13.1.2",
120+
"joi": "^13.2.0",
121121
"joi-browser": "^13.0.1",
122122
"joi-multiaddr": "^2.0.0",
123-
"libp2p": "^0.20.2",
123+
"libp2p": "^0.20.4",
124124
"libp2p-circuit": "^0.2.0",
125125
"libp2p-floodsub": "~0.15.0",
126126
"libp2p-kad-dht": "~0.10.0",
127127
"libp2p-keychain": "~0.3.1",
128128
"libp2p-mdns": "~0.11.0",
129129
"libp2p-mplex": "^0.7.0",
130-
"libp2p-railing": "~0.8.0",
130+
"libp2p-railing": "~0.8.1",
131131
"libp2p-secio": "~0.10.0",
132-
"libp2p-tcp": "^0.12.0",
133-
"libp2p-webrtc-star": "0.14.0",
134-
"libp2p-websocket-star": "^0.8.0",
135-
"libp2p-websockets": "^0.11.0",
132+
"libp2p-tcp": "~0.12.0",
133+
"libp2p-webrtc-star": "~0.14.0",
134+
"libp2p-websocket-star": "~0.8.0",
135+
"libp2p-websockets": "~0.12.0",
136136
"lodash.flatmap": "^4.5.0",
137137
"lodash.get": "^4.4.2",
138138
"lodash.sortby": "^4.7.0",
139139
"lodash.values": "^4.3.0",
140140
"mafmt": "^6.0.0",
141141
"mime-types": "^2.1.18",
142142
"mkdirp": "~0.5.1",
143-
"multiaddr": "^4.0.0",
143+
"multiaddr": "^5.0.0",
144144
"multihashes": "~0.4.13",
145145
"once": "^1.4.0",
146146
"path-exists": "^3.0.0",
@@ -160,15 +160,15 @@
160160
"pull-stream-to-stream": "^1.3.4",
161161
"pull-zip": "^2.0.1",
162162
"read-pkg-up": "^3.0.0",
163-
"readable-stream": "2.3.5",
164-
"safe-buffer": "^5.1.1",
163+
"readable-stream": "2.3.6",
164+
"safe-buffer": "^5.1.2",
165165
"stream-to-pull-stream": "^1.7.2",
166-
"tar-stream": "^1.5.5",
166+
"tar-stream": "^1.6.0",
167167
"temp": "~0.8.3",
168168
"through2": "^2.0.3",
169-
"update-notifier": "^2.4.0",
169+
"update-notifier": "^2.5.0",
170170
"yargs": "^11.0.0",
171-
"yargs-parser": "^9.0.2"
171+
"yargs-parser": "^10.0.0"
172172
},
173173
"optionalDependencies": {
174174
"prom-client": "^11.0.0",

test/core/create-node.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ describe('create node', function () {
322322
API: `/ip4/127.0.0.1/tcp/${5010 + _nodeNumber}`,
323323
Gateway: `/ip4/127.0.0.1/tcp/${9090 + _nodeNumber}`,
324324
Swarm: [
325-
`/ip4/0.0.0.0/tcp/${4010 + _nodeNumber * 2}`,
326-
`/ip4/127.0.0.1/tcp/${4011 + _nodeNumber * 2}/ws`
325+
`/ip4/0.0.0.0/tcp/${4010 + _nodeNumber * 2}`
327326
]
328327
},
329328
Bootstrap: []

0 commit comments

Comments
 (0)