|
9 | 9 | "lint": "eslint", |
10 | 10 | "lint:fix": "eslint --fix", |
11 | 11 | "lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"", |
12 | | - "test": "npm run lint && borp -C --check-coverage --reporter=@jsumners/line-reporter && npm run typescript", |
| 12 | + "test": "npm run lint && borp -C --check-coverage && npm run typescript", |
13 | 13 | "typescript": "tsd" |
14 | 14 | }, |
15 | 15 | "repository": { |
|
57 | 57 | } |
58 | 58 | ], |
59 | 59 | "devDependencies": { |
60 | | - "@fastify/websocket": "^11.0.2", |
61 | | - "@jsumners/line-reporter": "^1.0.1", |
62 | | - "@types/node": "^24.0.8", |
63 | | - "@types/ws": "^8.5.14", |
| 60 | + "@fastify/websocket": "^11.2.0", |
| 61 | + "@types/node": "^24.10.1", |
| 62 | + "@types/ws": "^8.18.1", |
64 | 63 | "borp": "^0.21.0", |
65 | | - "eslint": "^9.20.1", |
| 64 | + "eslint": "^9.39.1", |
66 | 65 | "express": "^5.1.0", |
67 | | - "express-http-proxy": "^2.1.1", |
| 66 | + "express-http-proxy": "^2.1.2", |
68 | 67 | "fast-proxy": "^2.2.0", |
69 | | - "fastify": "^5.2.1", |
70 | | - "got": "^11.8.6", |
| 68 | + "fastify": "^5.6.2", |
71 | 69 | "http-errors": "^2.0.0", |
72 | 70 | "http-proxy": "^1.18.1", |
73 | | - "neostandard": "^0.12.1", |
| 71 | + "neostandard": "^0.12.2", |
74 | 72 | "pino": "^10.1.0", |
75 | 73 | "pino-test": "^1.1.0", |
76 | 74 | "socket.io": "^4.8.1", |
77 | 75 | "socket.io-client": "^4.8.1", |
78 | 76 | "tsd": "^0.33.0", |
79 | | - "typescript": "~5.9.2", |
| 77 | + "typescript": "~5.9.3", |
80 | 78 | "why-is-node-running": "^3.2.2" |
81 | 79 | }, |
82 | 80 | "dependencies": { |
83 | | - "@fastify/reply-from": "^12.0.2", |
| 81 | + "@fastify/reply-from": "^12.4.0", |
84 | 82 | "fast-querystring": "^1.1.2", |
85 | | - "fastify-plugin": "^5.0.1", |
86 | | - "ws": "^8.18.0" |
| 83 | + "fastify-plugin": "^5.1.0", |
| 84 | + "ws": "^8.18.3" |
87 | 85 | }, |
88 | 86 | "tsd": { |
89 | 87 | "directory": "test/types" |
|
0 commit comments