Skip to content

Commit

Permalink
fix: api/package.json & api/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 21, 2025
1 parent fc08380 commit e875ade
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^7.8.0"
"mongoose": "^7.8.4"
},
"devDependencies": {
"nodemon": "^2.0.22"
Expand Down

0 comments on commit e875ade

Please sign in to comment.