Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 24ae382

Browse files
committed
chore: update deps
1 parent 4a9ecf2 commit 24ae382

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/package-lock.json
12

23
# Logs
34
logs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"devDependencies": {
4343
"aegir": "^11.0.2",
4444
"buffer-loader": "0.0.1",
45-
"chai": "^4.1.0",
45+
"chai": "^4.1.1",
4646
"dirty-chai": "^2.0.1",
4747
"gulp": "^3.9.1",
4848
"libp2p-multiplex": "~0.4.4",
49-
"libp2p-secio": "~0.7.0",
49+
"libp2p-secio": "~0.7.1",
5050
"libp2p-spdy": "~0.10.6",
51-
"libp2p-tcp": "~0.10.1",
52-
"libp2p-webrtc-star": "~0.11.0",
53-
"libp2p-websockets": "~0.10.0",
51+
"libp2p-tcp": "~0.10.2",
52+
"libp2p-webrtc-star": "~0.12.0",
53+
"libp2p-websockets": "~0.10.1",
5454
"pre-commit": "^1.2.2",
5555
"pull-goodbye": "0.0.2",
5656
"peer-book": "~0.5.0",
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"async": "^2.5.0",
6161
"browserify-zlib-next": "^1.0.1",
62-
"debug": "^2.6.8",
62+
"debug": "^3.0.0",
6363
"interface-connection": "~0.3.2",
6464
"ip-address": "^5.8.8",
6565
"libp2p-identify": "~0.5.0",
@@ -88,4 +88,4 @@
8888
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
8989
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>"
9090
]
91-
}
91+
}

0 commit comments

Comments
 (0)