Skip to content

Commit

Permalink
[Snyk] Fix for 1 vulnerabilities (#1177)
Browse files Browse the repository at this point in the history
* fix: package.json & .snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131

* Update package.json
  • Loading branch information
snyk-bot authored and Maurice Dalderup committed Oct 4, 2019
1 parent e84ff5b commit 1633f1c
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 @@ -6,3 +6,8 @@ patch:
SNYK-JS-AXIOS-174505:
- '@cityofzion/neon-js > axios':
patched: '2019-08-02T07:32:26.723Z'
SNYK-JS-HTTPSPROXYAGENT-469131:
- snyk > proxy-agent > https-proxy-agent:
patched: '2019-10-04T01:45:35.994Z'
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-04T01:45:35.994Z'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"redux-saga": "0.16.2",
"redux-thunk": "2.3.0",
"sifter": "0.5.3",
"snyk": "1.230.0",
"snyk": "^1.230.5",
"source-map-support": "0.5.13",
"spunky": "1.3.1",
"switch-tree": "0.2.2",
Expand Down

0 comments on commit 1633f1c

Please sign in to comment.