Skip to content

Commit 79f7e54

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-5871303
1 parent 14ed1a8 commit 79f7e54

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

package-lock.json

Lines changed: 17 additions & 20 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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"debug": "^4.3.4",
99
"lodash": "^4.17.15",
10-
"mongodb": "^5.7.0"
10+
"mongodb": "^5.8.0"
1111
},
1212
"devDependencies": {
1313
"@types/debug": "0.0.31",

0 commit comments

Comments
 (0)