Skip to content

Commit

Permalink
fix: .snyk & package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HELMETCSP-469436


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
  • Loading branch information
snyk-bot committed Oct 6, 2019
1 parent bac1aee commit 4476abd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .snyk
Expand Up @@ -6,3 +6,8 @@ patch:
SNYK-JS-LODASH-450202:
- lodash:
patched: '2019-07-07T07:47:03.869Z'
SNYK-JS-HTTPSPROXYAGENT-469131:
- snyk > proxy-agent > https-proxy-agent:
patched: '2019-10-06T07:47:06.687Z'
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-06T07:47:06.687Z'
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -32,12 +32,11 @@
"debug": "4.1.1",
"dotenv": "8.0.0",
"express": "4.17.0",
"helmet": "3.18.0",
"helmet": "3.21.1",
"lodash": "4.17.13",
"morgan": "1.9.1",
"mongoose": "5.6.0",
"snyk": "^1.192.3"

"snyk": "^1.231.0"
},
"snyk": true
}

0 comments on commit 4476abd

Please sign in to comment.