|
26 | 26 | "db:reset:seed": "prisma migrate reset --force" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@aws-sdk/client-s3": "^3.943.0", |
30 | | - "@fastify/cookie": "^11.0.1", |
31 | | - "@fastify/cors": "^10.0.1", |
32 | | - "@fastify/formbody": "^8.0.1", |
| 29 | + "@aws-sdk/client-s3": "^3.962.0", |
| 30 | + "@fastify/cookie": "^11.0.2", |
| 31 | + "@fastify/cors": "^10.1.0", |
| 32 | + "@fastify/formbody": "^8.0.2", |
33 | 33 | "@fastify/helmet": "^12.0.1", |
34 | 34 | "@fastify/multipart": "^9.3.0", |
35 | | - "@fastify/rate-limit": "^10.1.1", |
| 35 | + "@fastify/rate-limit": "^10.3.0", |
36 | 36 | "@fastify/schedule": "^5.0.2", |
37 | 37 | "@fastify/static": "^8.3.0", |
38 | | - "@fastify/swagger": "^9.3.0", |
39 | | - "@fastify/swagger-ui": "^5.0.1", |
40 | | - "@prisma/adapter-pg": "^7.0.1", |
41 | | - "@react-email/components": "^1.0.1", |
42 | | - "@react-email/preview-server": "^5.0.4", |
| 38 | + "@fastify/swagger": "^9.6.1", |
| 39 | + "@fastify/swagger-ui": "^5.2.4", |
| 40 | + "@prisma/adapter-pg": "^7.2.0", |
| 41 | + "@react-email/components": "^1.0.3", |
| 42 | + "@react-email/preview-server": "^5.1.1", |
43 | 43 | "@repo/packages-types": "workspace:*", |
44 | | - "@scalar/fastify-api-reference": "^1.39.3", |
45 | | - "bcryptjs": "^3.0.2", |
46 | | - "better-auth": "^1.3.27", |
47 | | - "close-with-grace": "^2.1.0", |
| 44 | + "@scalar/fastify-api-reference": "^1.40.9", |
| 45 | + "bcryptjs": "^3.0.3", |
| 46 | + "better-auth": "^1.4.10", |
| 47 | + "close-with-grace": "^2.4.0", |
48 | 48 | "dotenv-flow": "^4.1.0", |
49 | | - "fastify": "^5.2.0", |
50 | | - "fastify-plugin": "^5.0.1", |
51 | | - "fastify-type-provider-zod": "^5.0.1", |
| 49 | + "fastify": "^5.6.2", |
| 50 | + "fastify-plugin": "^5.1.0", |
| 51 | + "fastify-type-provider-zod": "^5.1.0", |
52 | 52 | "pg": "^8.16.3", |
53 | | - "pino": "^10.0.0", |
54 | | - "pino-pretty": "^13.1.2", |
| 53 | + "pino": "^10.1.0", |
| 54 | + "pino-pretty": "^13.1.3", |
55 | 55 | "react": "19.2.1", |
56 | 56 | "react-dom": "19.2.1", |
57 | | - "react-email": "^5.0.4", |
58 | | - "resend": "^6.5.0", |
| 57 | + "react-email": "^5.1.1", |
| 58 | + "resend": "^6.6.0", |
59 | 59 | "sharp": "^0.34.5", |
60 | 60 | "toad-scheduler": "^3.1.0", |
61 | | - "zod": "^4.1.12" |
| 61 | + "zod": "^4.3.5" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@prisma/client": "7.1.0", |
65 | 65 | "@repo/packages-utils": "workspace:*", |
66 | 66 | "@types/bcryptjs": "^3.0.0", |
67 | | - "@types/node": "^22.10.5", |
68 | | - "@types/pg": "^8.15.6", |
| 67 | + "@types/node": "^22.19.3", |
| 68 | + "@types/pg": "^8.16.0", |
69 | 69 | "@types/react": "19.2.6", |
70 | 70 | "@types/react-dom": "19.2.3", |
71 | | - "@typescript-eslint/eslint-plugin": "^8.20.0", |
72 | | - "@typescript-eslint/parser": "^8.20.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^8.52.0", |
| 72 | + "@typescript-eslint/parser": "^8.52.0", |
73 | 73 | "dotenv": "^17.2.3", |
74 | 74 | "dotenv-cli": "^10.0.0", |
75 | | - "eslint": "^9.18.0", |
| 75 | + "eslint": "^9.39.2", |
76 | 76 | "eslint-config-prettier": "^10.1.8", |
77 | 77 | "prisma": "7.1.0", |
78 | 78 | "tsc-alias": "^1.8.16", |
79 | | - "tsx": "^4.20.6", |
80 | | - "typescript": "^5.7.2", |
| 79 | + "tsx": "^4.21.0", |
| 80 | + "typescript": "^5.9.3", |
81 | 81 | "vite-tsconfig-paths": "^5.1.4", |
82 | 82 | "vitest": "^3.2.4" |
83 | 83 | } |
|
0 commit comments