Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

[Snyk Update] New fixes for 1 vulnerable dependency path #4

Merged
merged 1 commit into from
May 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ms:20170412':
- mocha > debug > ms:
patched: '2017-05-22T00:11:05.815Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"pages": "node ./scripts/publish-gh.js",
"postversion": "git push && git push --tags && npm run pages",
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog",
"build": "npm run test && npm run docs"
"build": "npm run test && npm run docs",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"ethereum",
Expand Down Expand Up @@ -49,6 +51,8 @@
"jsdoc": "^3.4.3",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"restify": "^4.3.0"
}
"restify": "^4.3.0",
"snyk": "^1.30.1"
},
"snyk": true
}