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 16, 2025
1 parent 3b30149 commit 17f7158
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 63 deletions.
136 changes: 74 additions & 62 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 @@ -44,7 +44,7 @@
"express-rate-limit": "^7.3.1",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.4",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"pm2": "^5.4.1",
"redis": "^4.6.15",
Expand Down

0 comments on commit 17f7158

Please sign in to comment.