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-MONGOOSE-1086688
  • Loading branch information
snyk-bot committed Mar 25, 2021
1 parent 1c01c5b commit 36a45ee
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 21 deletions.
144 changes: 124 additions & 20 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
Expand Up @@ -36,7 +36,7 @@
"license": "BSD-2-Clause",
"dependencies": {
"async": "^3.1.0",
"mongoose": "^5.7.5",
"mongoose": "^5.12.2",
"restify": "^8.4.0",
"restify-errors": "^8.0.1"
},
Expand Down

0 comments on commit 36a45ee

Please sign in to comment.