aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2019-02-22 09:54:19 -0800
committerGitHub <[email protected]>2019-02-22 09:54:19 -0800
commitaa2519c770e298d97e5d54df19f1b738c1ba893a (patch)
tree2e43bc3f4c26de87985182db63bb1eba2f8d86fa /package.json
parentcc671251ef01d71bb340bc37336a8cfaae0542bc (diff)
downloadnode-coveralls-aa2519c770e298d97e5d54df19f1b738c1ba893a.tar.xz
node-coveralls-aa2519c770e298d97e5d54df19f1b738c1ba893a.zip
dependency security audit fixes from npm & snyk (#210)3.0.3
* dependency security audit fixes from npm & snyk * version bump * remove end-of-life node versions (4,5) from Travis
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index ef99537..5b589be 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"coverage",
"coveralls"
],
- "version": "3.0.2",
+ "version": "3.0.3",
"bugs": {
"url": "https://github.com/nickmerwin/node-coveralls/issues"
},
@@ -35,16 +35,16 @@
"lcov-parse": "^0.0.10",
"log-driver": "^1.2.7",
"minimist": "^1.2.0",
- "request": "^2.85.0"
+ "request": "^2.86.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
- "jshint": "2.9.3",
- "mocha": "^3.2.0",
+ "jshint": "^2.10.1",
+ "mocha": "^6.0.1",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.2",
"sinon-restore": "^1.0.1",
- "snyk": "^1.78.0"
+ "snyk": "^1.134.2"
},
"engines": {
"node": ">=4.0.0"