Skip to content

Commit d09851c

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-472486
1 parent a31e610 commit d09851c

2 files changed

Lines changed: 42 additions & 72 deletions

File tree

package-lock.json

Lines changed: 41 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fastify-swagger": "^1.2.0",
4141
"http": "0.0.0",
4242
"lodash": "^4.17.13",
43-
"mongoose": "^5.4.12",
43+
"mongoose": "^5.7.5",
4444
"uuid": "^3.3.2",
4545
"winston": "^3.2.1"
4646
},

0 commit comments

Comments
 (0)