Skip to content

Commit

Permalink
Merge d4ac392 into c4e67d7
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 29, 2020
2 parents c4e67d7 + d4ac392 commit e8e37f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .snyk
@@ -0,0 +1,14 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- jscoverage > debug:
patched: '2020-01-29T08:49:51.563Z'
'npm:ejs:20161128':
- jscoverage > ejs:
patched: '2020-01-29T08:49:51.563Z'
'npm:ms:20170412':
- jscoverage > debug > ms:
patched: '2020-01-29T08:49:51.563Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,9 @@
"description": "Easily configure a npm module to generate and upload tests coverage to Coveralls.io",
"bin": "server.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -30,9 +32,11 @@
"coveralls": "^2.11.11",
"fs-extra": "^0.30.0",
"jscoverage": "github:piranna/jscoverage",
"mocha-lcov-reporter": "^1.2.0"
"mocha-lcov-reporter": "^1.2.0",
"snyk": "^1.286.1"
},
"devDependencies": {
"mocha": "^2.5.3"
}
},
"snyk": true
}

0 comments on commit e8e37f8

Please sign in to comment.