Skip to content

Commit 576f26c

Browse files
committedJun 10, 2020
Update deps
1 parent 2d51e33 commit 576f26c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "Logging utility that outputs records for Heka.",
55
"main": "lib/index.js",
66
"dependencies": {
7-
"intel": "^1.0.0",
7+
"intel": "^1.2.0",
88
"merge": "^1.2.1"
99
},
1010
"devDependencies": {
11-
"insist": "^0.2.3",
12-
"mocha": "^2.0",
13-
"strip-ansi": "^3.0.0",
14-
"tv4": "^1.1.0"
11+
"insist": "^1.0.1",
12+
"mocha": "^7.2",
13+
"strip-ansi": "^6.0.0",
14+
"tv4": "^1.3.0"
1515
},
1616
"scripts": {
1717
"test": "mocha --check-leaks --ui bdd"

0 commit comments

Comments
 (0)
Please sign in to comment.