|
7 | 7 | "type": "github", |
8 | 8 | "url": "sr-net/siege" |
9 | 9 | }, |
10 | | - "packageManager": "pnpm@8.11.0", |
| 10 | + "packageManager": "pnpm@8.12.1", |
11 | 11 | "engines": { |
12 | 12 | "node": "^20" |
13 | 13 | }, |
|
34 | 34 | "typecheck": "tsc --noEmit -P tsconfig.json" |
35 | 35 | }, |
36 | 36 | "resolutions": { |
37 | | - "@types/node": "20.10.0" |
| 37 | + "@types/node": "20.10.4" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@fastify/cookie": "9.2.0", |
41 | | - "@fastify/cors": "8.4.1", |
| 41 | + "@fastify/cors": "8.4.2", |
42 | 42 | "@fastify/helmet": "11.1.1", |
43 | 43 | "@tsconfig/node20": "20.1.2", |
44 | 44 | "dotenv": "16.3.1", |
45 | 45 | "edgedb": "1.4.1", |
46 | | - "fastify": "4.24.3", |
| 46 | + "fastify": "4.25.1", |
47 | 47 | "graphql": "16.8.1", |
48 | | - "mercurius": "13.3.1", |
| 48 | + "mercurius": "13.3.2", |
49 | 49 | "nexus": "1.3.0", |
50 | | - "pino": "8.16.2", |
51 | | - "pino-pretty": "10.2.3", |
| 50 | + "pino": "8.17.1", |
| 51 | + "pino-pretty": "10.3.0", |
52 | 52 | "ts-dedent": "2.2.0", |
53 | 53 | "tsconfig-paths": "4.2.0", |
54 | 54 | "tsx": "4.6.2", |
|
57 | 57 | "devDependencies": { |
58 | 58 | "@beequeue/eslint-plugin": "4.0.0", |
59 | 59 | "@edgedb/generate": "0.4.1", |
60 | | - "@types/node": "20.10.0", |
| 60 | + "@types/node": "20.10.4", |
61 | 61 | "@types/uuid": "9.0.7", |
62 | | - "eslint": "8.54.0", |
63 | | - "lint-staged": "15.1.0", |
64 | | - "nodemon": "3.0.1", |
65 | | - "prettier": "3.1.0", |
| 62 | + "eslint": "8.56.0", |
| 63 | + "lint-staged": "15.2.0", |
| 64 | + "nodemon": "3.0.2", |
| 65 | + "prettier": "3.1.1", |
66 | 66 | "simple-git-hooks": "2.9.0", |
67 | | - "typescript": "5.3.2", |
| 67 | + "typescript": "5.3.3", |
68 | 68 | "vitest": "0.34.6" |
69 | 69 | }, |
70 | 70 | "pnpm": { |
|
0 commit comments