Skip to content

Commit

Permalink
fix: package.json & package-lock.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-JSYAML-173999
  • Loading branch information
snyk-bot committed Mar 31, 2019
1 parent e0aaaa2 commit 4d629dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"bluebird": "^3.5.2",
"commander": "^2.18.0",
"js-yaml": "^3.12.0",
"js-yaml": "^3.13.0",
"lodash": "^4.17.11",
"node-docker-watchdog": "^1.2.3",
"ow": "^0.8.0",
Expand Down

0 comments on commit 4d629dc

Please sign in to comment.