Skip to content

Commit

Permalink
fix: .snyk & package.json to reduce vulnerabilities (#965)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:mime:20170907
- https://snyk.io/vuln/npm:tunnel-agent:20170305
  • Loading branch information
snyk-bot authored and amotenko committed Jun 26, 2018
1 parent 249bc53 commit 774cb22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,9 @@ patch:
patched: '2018-06-21T03:00:42.060Z'
- node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-21T03:00:42.060Z'
'npm:mime:20170907':
- express-mailer > nodemailer > mailcomposer > mime:
patched: '2018-06-25T22:22:47.149Z'
'npm:tunnel-agent:20170305':
- node-sass > request > tunnel-agent:
patched: '2018-06-25T22:22:47.149Z'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"request": "^2.74.0",
"requirejs": "^2.3.2",
"serve-favicon": "~2.4.3",
"snyk": "^1.83.0",
"snyk": "^1.85.0",
"sprintf-js": "1.0.3",
"superagent": "^3.5.0",
"webpack": "^2.2.0",
Expand Down

0 comments on commit 774cb22

Please sign in to comment.