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

Commit b015958

Browse files
fix(deps): update dependency mongoose to v8
1 parent b942c7d commit b015958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-service/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"express-validator": "^7.0.1",
2424
"http-status-codes": "^2.2.0",
2525
"luxon": "^3.4.4",
26-
"mongoose": "^7.4.3",
26+
"mongoose": "^8.0.0",
2727
"nodemailer": "^6.9.8",
2828
"redis": "^4.6.8",
2929
"socket.io": "^4.7.4"

api-service/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"express-validator": "^7.0.1",
2323
"http-status-codes": "^2.2.0",
2424
"jsonwebtoken": "^9.0.1",
25-
"mongoose": "^7.4.4",
25+
"mongoose": "^8.0.0",
2626
"redis": "^4.6.8"
2727
},
2828
"devDependencies": {

api-service/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"express-validator": "^7.0.1",
3333
"http-status-codes": "^2.2.0",
3434
"jsonwebtoken": "^9.0.1",
35-
"mongoose": "^7.4.4",
35+
"mongoose": "^8.0.0",
3636
"redis": "^4.6.8",
3737
"validator": "^13.11.0"
3838
}

0 commit comments

Comments
 (0)