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 fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
  • Loading branch information
snyk-bot authored and JamesSingleton committed Oct 5, 2019
1 parent 1d23c4f commit eaa5326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ patch:
patched: '2019-07-04T00:17:06.178Z'
- styled-components > babel-plugin-styled-components > @babel/helper-annotate-as-pure > @babel/types > lodash:
patched: '2019-07-04T00:17:06.178Z'
SNYK-JS-HTTPSPROXYAGENT-469131:
- snyk > proxy-agent > https-proxy-agent:
patched: '2019-10-05T00:17:05.679Z'
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-05T00:17:05.679Z'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"snyk": "^1.222.0",
"snyk": "^1.231.0",
"styled-components": "^4.3.2",
"styled-system": "^5.1.1"
},
Expand Down

0 comments on commit eaa5326

Please sign in to comment.