|
35 | 35 | "scripts": { |
36 | 36 | "build": "tsc && cpy source '!**/*.ts' distribution", |
37 | 37 | "dev": "NODE_ENV=development NODE_OPTIONS='--trace-warnings' tsx watch ./source/server.ts", |
38 | | - "lint": "eslint . --cache", |
| 38 | + "lint": "eslint --cache", |
39 | 39 | "start": "NODE_ENV=production node distribution/source/server.js", |
40 | 40 | "test": "pnpm lint && tsc --noEmit && c8 ava" |
41 | 41 | }, |
|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | | - "@sentry/node": "^9.10.1", |
| 55 | + "@sentry/node": "^9.14.0", |
56 | 56 | "chalk": "^5.4.1", |
57 | 57 | "compression": "^1.8.0", |
58 | 58 | "cookie-parser": "^1.4.7", |
59 | 59 | "cors": "^2.8.5", |
60 | | - "dotenv": "^16.4.7", |
61 | | - "express": "^5.0.1", |
62 | | - "graphql": "^16.10.0", |
| 60 | + "dotenv": "^16.5.0", |
| 61 | + "express": "^5.1.0", |
| 62 | + "graphql": "^16.11.0", |
63 | 63 | "graphql-http": "^1.22.4", |
64 | 64 | "helmet": "^8.1.0", |
65 | | - "ky": "^1.7.5", |
| 65 | + "ky": "^1.8.1", |
66 | 66 | "morgan": "^1.10.0", |
67 | | - "ruru": "^2.0.0-beta.19", |
| 67 | + "ruru": "^2.0.0-beta.22", |
68 | 68 | "serve-favicon": "^2.5.0", |
69 | 69 | "tsx": "^4.19.3", |
70 | | - "zod": "^3.24.2", |
| 70 | + "zod": "^3.24.3", |
71 | 71 | "zod-validation-error": "^3.4.0" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
|
78 | 78 | "@types/cors": "^2.8.17", |
79 | 79 | "@types/express": "^5.0.1", |
80 | 80 | "@types/morgan": "^1.9.9", |
81 | | - "@types/node": "^22.13.14", |
| 81 | + "@types/node": "^22.15.2", |
82 | 82 | "@types/serve-favicon": "^2.5.7", |
83 | 83 | "ava": "^6.2.0", |
84 | 84 | "c8": "^10.1.3", |
85 | 85 | "cpy-cli": "^5.0.0", |
86 | | - "eslint": "^9.23.0", |
87 | | - "eslint-config-iamnapo": "^38.0.0", |
88 | | - "file-type": "^20.4.1", |
89 | | - "typescript": "^5.8.2" |
| 86 | + "eslint": "^9.25.1", |
| 87 | + "eslint-config-iamnapo": "^39.0.0", |
| 88 | + "file-type": "^20.5.0", |
| 89 | + "typescript": "^5.8.3" |
90 | 90 | }, |
91 | 91 | "engines": { |
92 | 92 | "node": ">=22" |
93 | 93 | }, |
94 | | - "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" |
| 94 | + "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f" |
95 | 95 | } |
0 commit comments