diff options
| author | Nick Merwin <[email protected]> | 2016-09-15 10:11:26 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2016-09-15 10:11:26 -0700 |
| commit | e8122cebf6eda6bd4e196f032e89b55797f1db4b (patch) | |
| tree | f5e3ad51bc266e9a3be7d97774193b921026aaf6 /package.json | |
| parent | 993332233a2f02695a769e2c17c0d593a96b14c9 (diff) | |
| parent | b92746cd71fd1b0e7cb65dbca7f64270db62eed6 (diff) | |
| download | node-coveralls-e8122cebf6eda6bd4e196f032e89b55797f1db4b.tar.xz node-coveralls-e8122cebf6eda6bd4e196f032e89b55797f1db4b.zip | |
Merge branch 'master' into pr/127
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 7a6337f..6988e2a 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.74.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" |
