|
37 | 37 | "typecheck": "npm run generate:sdk && tsc -b" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "dotenv": "17.2.0", |
| 40 | + "dotenv": "17.2.1", |
41 | 41 | "helmet": "8.1.0", |
42 | 42 | "lodash.defaultsdeep": "4.6.1", |
43 | 43 | "moleculer": "0.14.35", |
|
47 | 47 | "openapi-types": "12.1.3", |
48 | 48 | "pino": "9.7.0", |
49 | 49 | "swagger-jsdoc": "6.2.8", |
50 | | - "yaml": "2.8.0", |
| 50 | + "yaml": "2.8.1", |
51 | 51 | "zod": "3.25.76" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@asteasolutions/zod-to-openapi": "7.3.4", |
55 | | - "@biomejs/biome": "2.1.1", |
| 55 | + "@biomejs/biome": "2.1.3", |
56 | 56 | "@flydotio/dockerfile": "0.7.10", |
57 | | - "@hey-api/openapi-ts": "0.78.3", |
| 57 | + "@hey-api/openapi-ts": "0.80.2", |
58 | 58 | "@types/express": "5.0.3", |
59 | 59 | "@types/lodash": "4.17.20", |
60 | | - "@types/node": "22.16.3", |
| 60 | + "@types/node": "22.17.0", |
61 | 61 | "@types/swagger-jsdoc": "6.0.4", |
62 | 62 | "@types/ws": "8.18.1", |
63 | 63 | "@vitest/coverage-v8": "3.2.4", |
64 | 64 | "@vitest/ui": "3.2.4", |
65 | 65 | "cleye": "1.3.4", |
66 | 66 | "express": "5.1.0", |
67 | 67 | "graphql": "16.11.0", |
68 | | - "graphql-ws": "6.0.5", |
| 68 | + "graphql-ws": "6.0.6", |
69 | 69 | "hygen": "6.2.11", |
70 | 70 | "moleculer-connect": "0.2.2", |
71 | 71 | "moleculer-io": "2.2.0", |
72 | 72 | "moleculer-repl": "0.7.4", |
73 | 73 | "npm-run-all2": "8.0.4", |
74 | | - "pino-pretty": "13.0.0", |
| 74 | + "pino-pretty": "13.1.1", |
75 | 75 | "sort-package-json": "3.4.0", |
76 | 76 | "tsup": "8.5.0", |
77 | 77 | "tsx": "4.20.3", |
78 | | - "typescript": "5.8.3", |
79 | | - "vite": "7.0.4", |
| 78 | + "typescript": "5.9.2", |
| 79 | + "vite": "7.0.6", |
80 | 80 | "vitest": "3.2.4", |
81 | | - "wait-on": "8.0.3", |
| 81 | + "wait-on": "8.0.4", |
82 | 82 | "ws": "8.18.3" |
83 | 83 | }, |
84 | | - "packageManager": "pnpm@10.13.1", |
| 84 | + "packageManager": "pnpm@10.14.0", |
85 | 85 | "engines": { |
86 | 86 | "node": ">= 22.0.0" |
87 | 87 | }, |
|
0 commit comments