|
33 | 33 | "typecheck": "npm run generate:sdk && tsc -b" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@asteasolutions/zod-to-openapi": "7.3.0", |
37 | | - "dotenv": "16.5.0", |
| 36 | + "@asteasolutions/zod-to-openapi": "7.3.4", |
| 37 | + "dotenv": "16.6.1", |
38 | 38 | "helmet": "8.1.0", |
39 | 39 | "lodash.defaultsdeep": "4.6.1", |
40 | 40 | "moleculer": "0.14.35", |
41 | 41 | "moleculer-web": "0.10.8", |
42 | 42 | "moleculer-zod-validator": "3.3.1", |
43 | 43 | "nats": "2.29.3", |
44 | 44 | "openapi-types": "12.1.3", |
45 | | - "pino": "9.6.0", |
| 45 | + "pino": "9.7.0", |
46 | 46 | "swagger-jsdoc": "6.2.8", |
47 | | - "yaml": "2.7.1", |
48 | | - "zod": "3.24.3" |
| 47 | + "yaml": "2.8.0", |
| 48 | + "zod": "3.25.72" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "@biomejs/biome": "1.9.4", |
52 | 52 | "@flydotio/dockerfile": "0.7.10", |
53 | | - "@hey-api/openapi-ts": "0.66.6", |
54 | | - "@types/express": "5.0.1", |
| 53 | + "@hey-api/openapi-ts": "0.77.0", |
| 54 | + "@types/express": "5.0.3", |
55 | 55 | "@types/jest": "29.5.14", |
56 | | - "@types/lodash": "4.17.16", |
57 | | - "@types/node": "22.15.2", |
| 56 | + "@types/lodash": "4.17.20", |
| 57 | + "@types/node": "22.16.0", |
58 | 58 | "@types/swagger-jsdoc": "6.0.4", |
59 | 59 | "@types/ws": "8.18.1", |
60 | | - "@vitest/ui": "3.1.2", |
| 60 | + "@vitest/ui": "3.2.4", |
61 | 61 | "c8": "10.1.3", |
62 | 62 | "cleye": "1.3.4", |
63 | 63 | "express": "5.1.0", |
64 | 64 | "graphql": "16.11.0", |
65 | | - "graphql-ws": "6.0.4", |
| 65 | + "graphql-ws": "6.0.5", |
66 | 66 | "hygen": "6.2.11", |
67 | 67 | "moleculer-connect": "0.2.2", |
68 | 68 | "moleculer-io": "2.2.0", |
69 | 69 | "moleculer-repl": "0.7.4", |
70 | 70 | "npm-run-all2": "7.0.2", |
71 | 71 | "pino-pretty": "13.0.0", |
72 | | - "sort-package-json": "3.0.0", |
73 | | - "tsup": "8.4.0", |
74 | | - "tsx": "4.19.3", |
| 72 | + "sort-package-json": "3.4.0", |
| 73 | + "tsup": "8.5.0", |
| 74 | + "tsx": "4.20.3", |
75 | 75 | "typescript": "5.8.3", |
76 | | - "vite": "6.3.3", |
77 | | - "vitest": "3.1.2", |
| 76 | + "vite": "6.3.5", |
| 77 | + "vitest": "3.2.4", |
78 | 78 | "wait-on": "8.0.3", |
79 | | - "ws": "8.18.1" |
| 79 | + "ws": "8.18.3" |
80 | 80 | }, |
81 | | - "packageManager": "pnpm@10.9.0", |
| 81 | + "packageManager": "pnpm@10.12.4", |
82 | 82 | "engines": { |
83 | 83 | "node": ">= 18.17.x" |
84 | 84 | }, |
|
0 commit comments