Skip to content

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are ignored:
- https://snyk.io/vuln/npm:marked:20170907

Latest report for snyk/snyk-to-html:
https://snyk.io/test/github/snyk/snyk-to-html
  • Loading branch information
snyk-bot committed Sep 26, 2017
1 parent 893fcad commit d6d81f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ignore:
- snyk > snyk-resolve-deps > snyk-module > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.586Z'
'npm:marked:20170907':
- marked:
reason: None given
expires: '2017-10-26T07:31:32.111Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:marked:20170112':
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"handlebars": "^4.0.8",
"marked": "^0.3.6",
"moment": "^2.18.1",
"snyk": "^1.30.1",
"snyk": "^1.41.1",
"minimist": "^1.2.0"
},
"bin": {
Expand Down

0 comments on commit d6d81f0

Please sign in to comment.