Skip to content

Commit 28e2868

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-MONGODB-473855 - https://snyk.io/vuln/SNYK-JS-MONGOOSE-472486
1 parent d2074ba commit 28e2868

File tree

2 files changed

+70
-160
lines changed

2 files changed

+70
-160
lines changed

package-lock.json

Lines changed: 69 additions & 159 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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"dependencies": {
88
"@hapi/hapi": "^18.4.0",
9-
"mongoose": "^4.13.19"
9+
"mongoose": "^5.7.5"
1010
},
1111
"devDependencies": {},
1212
"scripts": {

0 commit comments

Comments
 (0)