diff options
| author | Adam Moss <[email protected]> | 2016-05-11 21:05:22 +0100 |
|---|---|---|
| committer | Adam Moss <[email protected]> | 2016-07-12 21:52:58 +0100 |
| commit | a87354b2bc947b74bcf338b9eb587c12d9cd5c5a (patch) | |
| tree | 11f5be21d06e23c7a50f526aa05b7baa30403115 /package.json | |
| parent | 57db7194851af1c773ac35fa5312606823f8ee82 (diff) | |
| download | node-coveralls-a87354b2bc947b74bcf338b9eb587c12d9cd5c5a.tar.xz node-coveralls-a87354b2bc947b74bcf338b9eb587c12d9cd5c5a.zip | |
Update CI, vulnerability checking, and dependencies.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/package.json b/package.json index f10a782..ddec6b5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/nickmerwin/node-coveralls/issues" }, "scripts": { - "test": "make test" + "test": "snyk test && make test" }, "bin": { "coveralls": "./bin/coveralls.js" @@ -26,22 +26,24 @@ "elliotcable <[email protected]> (http://elliottcable.name/)", "Slotos <[email protected]> (http://slotos.net)", "mattjmorrison <[email protected]> (http://mattjmorrison.com)", - "Arpad Borsos <[email protected]> (http://swatinem.de/)" + "Arpad Borsos <[email protected]> (http://swatinem.de/)", + "Adam Moss (https://github.com/adam-moss)" ], "dependencies": { - "js-yaml": "3.0.1", - "lcov-parse": "0.0.6", - "log-driver": "1.2.4", - "request": "2.69.0", - "minimist": "1.2.0" + "js-yaml": "3.6.1", + "lcov-parse": "0.0.10", + "log-driver": "1.2.5", + "minimist": "1.2.0", + "request": "2.73.0" }, "devDependencies": { - "sinon-restore": "1.0.0", - "mocha-lcov-reporter": "0.0.1", - "mocha": "1.8.1", - "should": "1.1.0", - "istanbul": "0.2.10", - "jshint": "2.1.3" + "istanbul": "0.4.4", + "jshint": "2.9.2", + "mocha": "2.5.3", + "mocha-lcov-reporter": "1.2.0", + "should": "9.0.2", + "sinon-restore": "1.0.1", + "snyk": "1.17.0" }, "engines": { "node": ">=0.8.6" |
