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 a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
  • Loading branch information
snyk-test authored and stepankuzmin committed Aug 27, 2019
1 parent 6eb7751 commit d99c595
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -484,3 +484,15 @@ patch:
patched: '2019-08-21T10:17:33.391Z'
- documentation > @babel/preset-env > @babel/plugin-proposal-async-generator-functions > @babel/helper-remap-async-to-generator > @babel/helper-wrap-function > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
patched: '2019-08-21T10:17:33.391Z'
- snyk > snyk-nuget-plugin > dotnet-deps-parser > lodash:
patched: '2019-08-27T09:11:51.853Z'
- snyk > snyk-config > lodash:
patched: '2019-08-27T09:11:51.853Z'
- snyk > inquirer > lodash:
patched: '2019-08-27T09:11:51.853Z'
- snyk > snyk-go-plugin > graphlib > lodash:
patched: '2019-08-27T09:11:51.853Z'
- snyk > @snyk/dep-graph > graphlib > lodash:
patched: '2019-08-27T09:11:51.853Z'
- snyk > snyk-nodejs-lockfile-parser > graphlib > lodash:
patched: '2019-08-27T09:11:51.853Z'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pg-connection-string": "^2.0.0",
"pg-monitor": "^1.1.0",
"pg-promise": "^8.6.4",
"snyk": "^1.217.3"
"snyk": "^1.221.0"
},
"devDependencies": {
"commitizen": "^3.0.7",
Expand Down

0 comments on commit d99c595

Please sign in to comment.