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-8623536
  • Loading branch information
snyk-bot committed Jan 17, 2025
1 parent 4786e5a commit 3c5b69e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 73 deletions.
131 changes: 59 additions & 72 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.3.0",
"mongoose": "^7.0.5",
"mongoose": "^7.8.4",
"nodemon": "^2.0.22",
"paypal-rest-sdk": "^1.8.1"
}
Expand Down

0 comments on commit 3c5b69e

Please sign in to comment.