|
14 | 14 | "prepare": "husky" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@prisma/client": "^5.22.0", |
| 17 | + "@prisma/client": "^6.4.0", |
18 | 18 | "bcrypt": "^5.1.1", |
19 | | - "cloudinary": "^2.0.0", |
| 19 | + "cloudinary": "^2.5.1", |
20 | 20 | "cors": "2.8.5", |
21 | | - "dotenv": "^16.3.1", |
22 | | - "express": "4.17.1", |
23 | | - "google-auth-library": "^9.15.0", |
| 21 | + "dotenv": "^16.4.7", |
| 22 | + "express": "^4.21.2", |
| 23 | + "google-auth-library": "^9.15.1", |
24 | 24 | "http-errors": "^2.0.0", |
25 | 25 | "jsonwebtoken": "^9.0.2", |
26 | 26 | "morgan": "1.10.0", |
27 | 27 | "multer": "^1.4.5-lts.1", |
28 | | - "nodemailer": "^6.9.9", |
| 28 | + "nodemailer": "^6.10.0", |
29 | 29 | "swagger-ui-express": "^5.0.0", |
30 | | - "zod": "^3.23.8" |
| 30 | + "zod": "^3.24.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@commitlint/cli": "^18.6.0", |
34 | | - "@commitlint/config-conventional": "^18.6.0", |
35 | | - "@ianvs/prettier-plugin-sort-imports": "^4.2.1", |
| 33 | + "@commitlint/cli": "^19.7.1", |
| 34 | + "@commitlint/config-conventional": "^19.7.1", |
| 35 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
36 | 36 | "@types/bcrypt": "^5.0.2", |
37 | 37 | "@types/cors": "^2.8.17", |
38 | | - "@types/express": "^4.17.21", |
| 38 | + "@types/express": "4.17.21", |
39 | 39 | "@types/jsonwebtoken": "^9.0.5", |
40 | 40 | "@types/morgan": "^1.9.9", |
41 | | - "@types/multer": "^1.4.11", |
42 | | - "@types/node": "^20.11.10", |
43 | | - "@types/nodemailer": "^6.4.14", |
| 41 | + "@types/multer": "^1.4.12", |
| 42 | + "@types/node": "^22.13.4", |
| 43 | + "@types/nodemailer": "^6.4.17", |
44 | 44 | "@types/swagger-ui-express": "^4.1.6", |
45 | | - "@types/validator": "^13.11.8", |
46 | | - "@typescript-eslint/eslint-plugin": "^6.20.0", |
47 | | - "@typescript-eslint/parser": "^6.20.0", |
48 | | - "eslint": "^8.56.0", |
49 | | - "eslint-formatter-mo": "^1.2.0", |
50 | | - "husky": "^9.0.6", |
51 | | - "lint-staged": "^15.2.7", |
52 | | - "prettier": "^3.3.2", |
53 | | - "prisma": "^5.22.0", |
| 45 | + "@types/validator": "^13.12.2", |
| 46 | + "@typescript-eslint/parser": "^8.24.1", |
| 47 | + "eslint": "^9.20.1", |
| 48 | + "eslint-formatter-mo": "^2.2.0", |
| 49 | + "husky": "^9.1.7", |
| 50 | + "jiti": "^2.4.2", |
| 51 | + "lint-staged": "^15.4.3", |
| 52 | + "prettier": "^3.5.1", |
| 53 | + "prisma": "^6.4.0", |
54 | 54 | "ts-node": "^10.9.2", |
55 | 55 | "ts-node-dev": "^2.0.0", |
56 | 56 | "tsconfig-paths": "^4.2.0", |
57 | | - "typescript": "^5.4.5" |
| 57 | + "typescript": "^5.7.3", |
| 58 | + "typescript-eslint": "^8.24.1" |
58 | 59 | } |
59 | 60 | } |
0 commit comments