|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 | 10 | "@types/json-schema": "^7.0.15",
|
11 |
| - "chokidar": "3.6.0", |
| 11 | + "chokidar": "4.0.1", |
12 | 12 | "crypto-js": "^4.2.0",
|
13 |
| - "glob": "^10.3.12", |
| 13 | + "glob": "^11.0.0", |
14 | 14 | "json-schema-merge-allof": "^0.8.1",
|
15 | 15 | "json-schema-traverse": "^1.0.0",
|
16 | 16 | "std-env": "3.7.0",
|
17 |
| - "type-fest": "^4.14.0", |
18 |
| - "typescript-json-schema": "^0.63.0", |
| 17 | + "type-fest": "^4.26.1", |
| 18 | + "typescript-json-schema": "^0.65.1", |
19 | 19 | "yargs": "^17.7.2"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@fastify/swagger": "^8.14.0", |
23 |
| - "@fastify/swagger-ui": "^3.0.0", |
| 22 | + "@fastify/swagger": "^9.2.0", |
| 23 | + "@fastify/swagger-ui": "^5.1.0", |
24 | 24 | "@types/crypto-js": "^4.2.2",
|
25 | 25 | "@types/glob": "^8.1.0",
|
26 | 26 | "@types/json-schema-merge-allof": "^0.6.5",
|
27 | 27 | "@types/lint-staged": "^13.3.0",
|
28 |
| - "@types/node": "^20.12.2", |
| 28 | + "@types/node": "^22.7.6", |
29 | 29 | "@types/split2": "^4.2.3",
|
30 |
| - "@types/tap": "^15.0.11", |
31 |
| - "@types/yargs": "^17.0.32", |
| 30 | + "@types/tap": "^15.0.12", |
| 31 | + "@types/yargs": "^17.0.33", |
32 | 32 | "ajv-formats": "3.0.1",
|
33 | 33 | "ajv-keywords": "5.1.0",
|
34 | 34 | "coveralls": "3.1.1",
|
35 |
| - "fastify": "^4.26.2", |
36 |
| - "husky": "^9.0.11", |
37 |
| - "lint-staged": "^15.2.2", |
38 |
| - "pino-pretty": "^11.0.0", |
| 35 | + "fastify": "^5.0.0", |
| 36 | + "husky": "^9.1.6", |
| 37 | + "lint-staged": "^15.2.10", |
| 38 | + "pino-pretty": "^11.3.0", |
39 | 39 | "pinst": "^3.0.0",
|
40 |
| - "prettier": "^3.2.5", |
| 40 | + "prettier": "^3.3.3", |
41 | 41 | "split2": "^4.2.0",
|
42 |
| - "syncpack": "^12.3.0", |
43 |
| - "tap": "^18.7.2", |
| 42 | + "syncpack": "^13.0.0", |
| 43 | + "tap": "^21.0.1", |
44 | 44 | "ts-node-dev": "^2.0.0",
|
45 |
| - "tsd": "^0.31.0", |
46 |
| - "typescript": "^5.4.3" |
| 45 | + "tsd": "^0.31.2", |
| 46 | + "typescript": "^5.6.3" |
47 | 47 | },
|
48 | 48 | "directories": {
|
49 | 49 | "test": "test/",
|
|
69 | 69 | ]
|
70 | 70 | },
|
71 | 71 | "main": "lib/index.js",
|
72 |
| - "packageManager": "pnpm@8.5.0", |
| 72 | + "packageManager": "pnpm@9.12.2", |
73 | 73 | "peerDependencies": {
|
74 | 74 | "fastify": "^4"
|
75 | 75 | },
|
|
0 commit comments