Skip to content

Commit b991022

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-MPATH-1577289
1 parent e1aa6d5 commit b991022

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package-lock.json

Lines changed: 31 additions & 31 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
@@ -24,7 +24,7 @@
2424
"express-validator": "^6.12.1",
2525
"gravatar": "^1.8.2",
2626
"jsonwebtoken": "^8.5.1",
27-
"mongoose": "^6.0.2",
27+
"mongoose": "^6.0.4",
2828
"request": "^2.88.2"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)