aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2021-06-28 17:56:13 -0700
committerNick Merwin <[email protected]>2021-06-28 17:56:13 -0700
commit565da5f354758903445db6cbee3bdba9ec697b9e (patch)
tree98ea59c85f25f4bd5f1c18c5427269fd38bb3274 /package.json
parent79c97ba7bb601feac01b1a68af4781fd02b0ade4 (diff)
downloadnode-coveralls-565da5f354758903445db6cbee3bdba9ec697b9e.tar.xz
node-coveralls-565da5f354758903445db6cbee3bdba9ec697b9e.zip
swap exec for execFile in fetchGitDataHEAD3.1.1master
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.json4
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": {