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-LODASH-73638
- https://snyk.io/vuln/SNYK-JS-LODASH-73639
  • Loading branch information
snyk-bot committed Feb 6, 2019
1 parent 2517273 commit 37e687f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions package-lock.json 100755 → 100644

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 100755 → 100644
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/yentsun/tasu",
"dependencies": {
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"nats": "^0.7.29",
"trid": "^0.1.1",
"winston": "^2.4.3"
Expand Down

0 comments on commit 37e687f

Please sign in to comment.