Skip to content

Commit 3fdafc8

Browse files
committed
chore: upgrade dependencies
1 parent c6febdb commit 3fdafc8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"author": "luin <[email protected]> (http://zihua.li)",
2424
"license": "MIT",
2525
"dependencies": {
26-
"bluebird": "^3.2.1",
26+
"bluebird": "^3.3.4",
2727
"debug": "^2.2.0",
2828
"double-ended-queue": "^2.1.0-0",
2929
"flexbuffer": "0.0.6",
30-
"lodash": "^4.2.1",
30+
"lodash": "^4.6.1",
3131
"redis-commands": "^1.1.0",
3232
"redis-parser": "^1.1.0"
3333
},
3434
"devDependencies": {
35-
"chai": "^2.2.0",
36-
"codeclimate-test-reporter": "0.0.4",
35+
"chai": "^3.5.0",
36+
"codeclimate-test-reporter": "0.3.1",
3737
"cz-conventional-changelog": "^1.1.5",
38-
"istanbul": "^0.3.13",
39-
"jsdoc": "^3.3.0-beta3",
40-
"jsdoc-to-markdown": "^1.0.3",
41-
"matcha": "^0.6.0",
42-
"mocha": "^2.2.1",
43-
"redis": "^2.2.5",
44-
"server-destroy": "^1.0.0",
45-
"sinon": "^1.14.1"
38+
"istanbul": "^0.4.2",
39+
"jsdoc": "^3.4.0",
40+
"jsdoc-to-markdown": "^1.3.3",
41+
"matcha": "^0.7.0",
42+
"mocha": "^2.4.5",
43+
"redis": "^2.4.2",
44+
"server-destroy": "^1.0.1",
45+
"sinon": "^1.17.3"
4646
},
4747
"engines": {
4848
"node": ">= 0.10.16",

0 commit comments

Comments
 (0)