Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency mongoose to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 04d5455 commit ecd1f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-service/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"express-validator": "^7.0.1",
"http-status-codes": "^2.2.0",
"luxon": "^3.4.4",
"mongoose": "^7.4.3",
"mongoose": "^8.0.0",
"redis": "^4.6.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion api-service/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express-validator": "^7.0.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.4",
"mongoose": "^8.0.0",
"redis": "^4.6.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion api-service/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"express-validator": "^7.0.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.4",
"mongoose": "^8.0.0",
"redis": "^4.6.8",
"validator": "^13.11.0"
}
Expand Down

0 comments on commit ecd1f51

Please sign in to comment.