Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities (#11)
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 Narshe1412 committed Oct 7, 2019
1 parent 5b9f7d0 commit fd0533a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .snyk
Expand Up @@ -488,3 +488,8 @@ patch:
patched: '2019-07-04T05:34:14.882Z'
- babel-preset-stage-0 > babel-preset-stage-1 > babel-preset-stage-2 > babel-preset-stage-3 > babel-plugin-transform-async-to-generator > babel-helper-remap-async-to-generator > babel-helper-function-name > babel-template > babel-traverse > babel-types > lodash:
patched: '2019-07-04T05:34:14.882Z'
SNYK-JS-HTTPSPROXYAGENT-469131:
- snyk > proxy-agent > https-proxy-agent:
patched: '2019-10-05T05:33:44.811Z'
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-05T05:33:44.811Z'
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"react-addons-test-utils": "^0.14.7",
"react-dom": "^16.0.1",
"react-router": "^2.0.0",
"snyk": "^1.189.0"
"snyk": "^1.231.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
Expand Down

0 comments on commit fd0533a

Please sign in to comment.