|
23 | 23 | "migration:run": "yarn drizzle-kit migrate --config=./src/infra/database/config/drizzle.config.ts" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "bcryptjs": "3.0.2", |
| 26 | + "bcryptjs": "3.0.3", |
27 | 27 | "cors": "2.8.5", |
28 | | - "dotenv": "17.2.2", |
29 | | - "drizzle-kit": "^0.31.4", |
30 | | - "drizzle-orm": "^0.44.5", |
| 28 | + "dotenv": "17.2.3", |
| 29 | + "drizzle-kit": "^0.31.6", |
| 30 | + "drizzle-orm": "^0.44.7", |
31 | 31 | "express": "5.1.0", |
32 | 32 | "helmet": "8.1.0", |
33 | | - "inversify": "7.9.1", |
| 33 | + "inversify": "7.10.4", |
34 | 34 | "jsonwebtoken": "9.0.2", |
35 | 35 | "morgan": "1.10.1", |
36 | 36 | "pg": "8.16.3", |
37 | 37 | "reflect-metadata": "0.2.2", |
38 | 38 | "tslib": "2.8.1", |
39 | | - "zod": "4.1.7" |
| 39 | + "zod": "4.1.12" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", |
43 | | - "@eslint/js": "9.35.0", |
44 | | - "@stylistic/eslint-plugin": "5.3.1", |
| 43 | + "@eslint/js": "9.39.1", |
| 44 | + "@stylistic/eslint-plugin": "5.5.0", |
45 | 45 | "@types/bcryptjs": "3.0.0", |
46 | 46 | "@types/cors": "2.8.19", |
47 | | - "@types/express": "5.0.3", |
| 47 | + "@types/express": "5.0.5", |
48 | 48 | "@types/jest": "30.0.0", |
49 | 49 | "@types/jsonwebtoken": "9.0.10", |
50 | 50 | "@types/morgan": "1.9.10", |
51 | | - "@types/node": "24.3.1", |
52 | | - "@types/pg": "^8.15.5", |
| 51 | + "@types/node": "24.10.0", |
| 52 | + "@types/pg": "^8.15.6", |
53 | 53 | "@types/supertest": "6.0.3", |
54 | | - "eslint": "9.35.0", |
| 54 | + "eslint": "9.39.1", |
55 | 55 | "eslint-import-resolver-typescript": "4.4.4", |
56 | 56 | "eslint-plugin-import": "2.32.0", |
57 | | - "jest": "30.1.3", |
| 57 | + "jest": "30.2.0", |
58 | 58 | "jest-mock-extended": "4.0.0", |
59 | 59 | "nodemon": "3.1.10", |
60 | 60 | "supertest": "7.1.4", |
61 | | - "ts-jest": "29.4.1", |
| 61 | + "ts-jest": "29.4.5", |
62 | 62 | "ts-node": "10.9.2", |
63 | 63 | "tsc-alias": "1.8.16", |
64 | 64 | "tsconfig-paths": "4.2.0", |
65 | | - "typescript": "5.9.2", |
66 | | - "typescript-eslint": "8.43.0" |
| 65 | + "typescript": "5.9.3", |
| 66 | + "typescript-eslint": "8.46.3" |
67 | 67 | } |
68 | 68 | } |
0 commit comments