diff --git a/package.json b/package.json index 2840ea27..b9cbd7ce 100644 --- a/package.json +++ b/package.json @@ -38,52 +38,52 @@ }, "dependencies": { "async": "^2.6.1", - "debug": "^4.0.1", + "debug": "^4.1.0", "err-code": "^1.1.2", "fsm-event": "^2.1.0", - "joi": "^13.6.0", + "joi": "^14.0.2", "joi-browser": "^13.4.0", "libp2p-connection-manager": "~0.0.2", - "libp2p-floodsub": "~0.15.0", - "libp2p-ping": "~0.8.0", + "libp2p-floodsub": "~0.15.1", + "libp2p-ping": "~0.8.2", "libp2p-switch": "~0.41.1", "libp2p-websockets": "~0.12.0", "mafmt": "^6.0.2", "multiaddr": "^5.0.0", - "nock": "^9.4.3", "peer-book": "~0.8.0", - "peer-id": "~0.11.0", + "peer-id": "~0.12.0", "peer-info": "~0.14.1" }, "devDependencies": { "@nodeutils/defaults-deep": "^1.1.0", - "aegir": "^15.2.0", - "chai": "^4.1.2", + "aegir": "^17.0.1", + "chai": "^4.2.0", "chai-checkmark": "^1.0.1", - "cids": "~0.5.3", + "cids": "~0.5.5", "dirty-chai": "^2.0.1", "electron-webrtc": "~0.3.0", "interface-datastore": "~0.6.0", "libp2p-bootstrap": "~0.9.3", - "libp2p-circuit": "~0.2.1", + "libp2p-circuit": "~0.3.0", "libp2p-delegated-content-routing": "~0.2.2", "libp2p-delegated-peer-routing": "~0.2.2", - "libp2p-kad-dht": "~0.10.5", + "libp2p-kad-dht": "~0.10.6", "libp2p-mdns": "~0.12.0", "libp2p-mplex": "~0.8.2", - "libp2p-secio": "~0.10.0", + "libp2p-secio": "~0.10.1", "libp2p-spdy": "~0.12.1", "libp2p-tcp": "~0.13.0", "libp2p-webrtc-star": "~0.15.5", - "libp2p-websocket-star": "~0.8.1", - "libp2p-websocket-star-rendezvous": "~0.2.3", + "libp2p-websocket-star": "~0.9.0", + "libp2p-websocket-star-rendezvous": "~0.2.4", "lodash.times": "^4.3.2", + "nock": "^10.0.1", "pull-goodbye": "0.0.2", "pull-serializer": "~0.3.2", "pull-stream": "^3.6.9", - "sinon": "^6.3.4", + "sinon": "^7.1.0", "webrtcsupport": "^2.2.0", - "wrtc": "~0.2.0" + "wrtc": "~0.2.1" }, "contributors": [ "Alan Shaw ", diff --git a/test/stream-muxing.node.js b/test/stream-muxing.node.js index bb7fe021..5cbc63f6 100644 --- a/test/stream-muxing.node.js +++ b/test/stream-muxing.node.js @@ -28,8 +28,6 @@ function teardown (nodeA, nodeB, callback) { describe('stream muxing', () => { it('spdy only', function (done) { - this.timeout(5 * 1000) - let nodeA let nodeB