diff options
| author | Nick Merwin <[email protected]> | 2021-06-28 17:56:13 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2021-06-28 17:56:13 -0700 |
| commit | 565da5f354758903445db6cbee3bdba9ec697b9e (patch) | |
| tree | 98ea59c85f25f4bd5f1c18c5427269fd38bb3274 /package.json | |
| parent | 79c97ba7bb601feac01b1a68af4781fd02b0ade4 (diff) | |
| download | node-coveralls-3.1.1.tar.xz node-coveralls-3.1.1.zip | |
Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
* devDependency updates from Dependabot alerts
* bump version
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 74d8f00..dede120 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coveralls", "description": "takes json-cov output into stdin and POSTs to coveralls.io", - "version": "3.1.0", + "version": "3.1.1", "keywords": [ "coverage", "coveralls" @@ -52,11 +52,13 @@ "request": "^2.88.2" }, "devDependencies": { + "glob-parent": ">=5.1.2", "mocha": "^6.2.3", "nyc": "^14.1.1", "should": "^9.0.2", "shx": "^0.3.2", "sinon": "^8.1.1", + "trim-newlines": ">=3.0.1", "xo": "^0.24.0" }, "engines": { |
