chore: upgrade mongoose to v8.10.x for security (#3868)
* chore: upgrade mongoose to v8.10.x for security * chore: remove duplicate code * fix: ts error
Showing
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| "jsonwebtoken": "^9.0.2", | "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "mammoth": "^1.6.0", | "mammoth": "^1.6.0", | ||
| "mongoose": "^7.0.2", | "mongoose": "^8.10.1", | ||
| "multer": "1.4.5-lts.1", | "multer": "1.4.5-lts.1", | ||
| "next": "14.2.5", | "next": "14.2.5", | ||
| "nextjs-cors": "^2.2.0", | "nextjs-cors": "^2.2.0", | ||
| ... | ... |
Please
register
or
sign in
to comment