Skip to content

Commit 14e6701

Browse files
committed
dependencies update
1 parent 6a43396 commit 14e6701

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"main": "index.js",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"bluebird": "3.4.6",
31-
"bufferutil": "^1.2.1",
32-
"uuid": "3.0.0",
33-
"utf-8-validate": "^1.2.1",
30+
"bluebird": "3.4.7",
31+
"bufferutil": "^1.3.0",
32+
"uuid": "3.0.1",
33+
"utf-8-validate": "^2.0.0",
3434
"ws": "^1.1.1"
3535
},
3636
"devDependencies": {
37-
"ora": "^0.3.0",
38-
"webpack": "^1.13.1",
39-
"eslint": "^3.7.1",
37+
"ora": "^0.4.0",
38+
"webpack": "^1.14.0",
39+
"eslint": "^3.12.2",
4040
"eslint-friendly-formatter": "^2.0.6",
41-
"browserify": "13.1.0",
41+
"browserify": "13.1.1",
4242
"codecov": "^1.0.1",
4343
"istanbul": "0.4.5",
4444
"istanbul-middleware": "0.2.2",
45-
"mocha": "3.1.0",
45+
"mocha": "3.2.0",
4646
"proxyquire": "^1.7.10",
4747
"rewire": "^2.5.2",
48-
"should": "11.1.0",
49-
"sinon": "^1.17.5"
48+
"should": "11.1.2",
49+
"sinon": "^1.17.6"
5050
}
5151
}

0 commit comments

Comments
 (0)