Skip to content

Commit 853853f

Browse files
committedSep 11, 2018
bump vulnerable packages
1 parent 7e1d5d9 commit 853853f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@
2424
"browserify": "14.4.0",
2525
"chai": "^3.5.0",
2626
"concurrently": "^3.1.0",
27-
"coveralls": "^2.11.15",
27+
"coveralls": "^3.0.2",
2828
"eslint": "^3.12.1",
2929
"istanbul": "^0.4.5",
30-
"karma": "^1.3.0",
30+
"karma": "^3.0.0",
3131
"karma-chai": "^0.1.0",
3232
"karma-mocha": "^1.3.0",
3333
"karma-phantomjs-launcher": "^1.0.2",
3434
"karma-sinon": "^1.0.5",
35-
"mocha": "^3.2.0",
35+
"mocha": "^5.2.0",
3636
"mocha-lcov-reporter": "^1.2.0",
3737
"rimraf": "^2.5.4",
3838
"sinon": "^1.17.6",
39-
"sinon-chai": "^2.8.0"
39+
"sinon-chai": "^2.8.0",
40+
"xo": "^0.23.0"
4041
},
4142
"main": "./src/index.js",
4243
"browser": "./src/browser.js"

0 commit comments

Comments
 (0)
Please sign in to comment.