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 a6c639e commit 2a5cbc0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 35 deletions.
80 changes: 46 additions & 34 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 @@ -17,7 +17,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"mongoose": "^8.9.5",
"sanitize-html": "^2.13.0",
"validator": "^13.12.0",
"winston": "^3.13.1"
Expand Down

0 comments on commit 2a5cbc0

Please sign in to comment.