Skip to content

Commit 28b0a23

Browse files
authored
Merge pull request #207 from browserstack/travis_ci
Update (dev)Dependencies to fix vulnerabilities reported by npm audit #205
2 parents 2ff95f2 + 0c51875 commit 28b0a23

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
@@ -12,15 +12,15 @@
1212
"chalk": "0.4.0",
1313
"circular-json": "0.3.1",
1414
"js-reporters": "1.1.0",
15-
"mime": "1.3.4",
15+
"mime": "1.6.0",
1616
"resolve": "1.1.7",
17-
"send": "0.13.0",
17+
"send": "0.16.2",
1818
"tunnel": "0.0.3",
19-
"yargs": "^12.0.1"
19+
"yargs": "12.0.1"
2020
},
2121
"devDependencies": {
22-
"jshint": "2.5.6",
23-
"mocha": "1.15.1",
22+
"jshint": "2.9.6",
23+
"mocha": "5.2.0",
2424
"sinon": "1.17.5"
2525
},
2626
"licenses": [

0 commit comments

Comments
 (0)