Skip to content

Commit

Permalink
[Snyk] Security upgrade mongoose from 7.4.3 to 7.5.0 (#234)
Browse files Browse the repository at this point in the history
fix: api/package.json & api/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGODB-5871303

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
DerekRoberts and snyk-bot committed Aug 31, 2023
1 parent c8a7a22 commit c8feeea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
51 changes: 24 additions & 27 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 @@ -14,7 +14,7 @@
"express-rate-limit": "^6.7.0",
"helmet": "^7.0.0",
"lodash": "^4.17.21",
"mongoose": "^7.3.4",
"mongoose": "^7.5.0",
"morgan": "^1.10.0",
"nocache": "^4.0.0",
"winston": "^3.8.2"
Expand Down

0 comments on commit c8feeea

Please sign in to comment.