|
7 | 7 | "engines": { |
8 | 8 | "node": ">=20.0.0" |
9 | 9 | }, |
10 | | - "files": ["src/**/*", "dist/**/*"], |
| 10 | + "files": [ |
| 11 | + "src/**/*", |
| 12 | + "dist/**/*" |
| 13 | + ], |
11 | 14 | "scripts": { |
12 | 15 | "test": "mocha", |
13 | 16 | "build": "yarn g:tsc", |
|
16 | 19 | "start": "node ${INSPECT} --enable-source-maps --unhandled-rejections=strict dist/server.js" |
17 | 20 | }, |
18 | 21 | "mocha": { |
19 | | - "require": ["mocha-steps"], |
| 22 | + "require": [ |
| 23 | + "mocha-steps" |
| 24 | + ], |
20 | 25 | "ui": "bdd", |
21 | 26 | "exit": true |
22 | 27 | }, |
|
37 | 42 | "@fastify/cors": "^11.0.1", |
38 | 43 | "@fastify/helmet": "^13.0.1", |
39 | 44 | "@fastify/rate-limit": "^10.2.2", |
40 | | - "@fastify/request-context": "^6.1.0", |
| 45 | + "@fastify/request-context": "^6.2.0", |
41 | 46 | "@fastify/sensible": "^6.0.3", |
42 | 47 | "@fastify/websocket": "^11.0.2", |
43 | 48 | "@oada/error": "^2.0.1", |
|
55 | 60 | "debug": "^4.4.0", |
56 | 61 | "es-main": "^1.3.0", |
57 | 62 | "eventemitter3": "^5.0.1", |
58 | | - "fastify": "5.2.2", |
| 63 | + "fastify": "5.3.2", |
59 | 64 | "fastify-graceful-shutdown": "^4.0.1", |
60 | 65 | "fastify-healthcheck": "^5.1.0", |
61 | | - "fastify-jwt-jwks": "^2.0.1", |
| 66 | + "fastify-jwt-jwks": "^2.0.2", |
62 | 67 | "ioredis": "^5.6.1", |
63 | 68 | "json-ptr": "^3.1.1", |
64 | 69 | "ksuid": "^3.0.0", |
|
75 | 80 | "@types/cacache": "^17.0.2", |
76 | 81 | "@types/debug": "^4.1.12", |
77 | 82 | "@types/ioredis": "^5.0.0", |
78 | | - "@types/node": "^22.14.0", |
| 83 | + "@types/node": "^22.15.3", |
79 | 84 | "@types/type-is": "^1.6.7", |
80 | 85 | "@types/uuid": "^10.0.0", |
81 | 86 | "@types/ws": "^8.18.1", |
82 | 87 | "connect": "^3.7.0", |
83 | 88 | "find-my-way": "^9.3.0", |
84 | 89 | "light-my-request": "^6.6.0", |
85 | | - "type-fest": "^4.39.1" |
| 90 | + "type-fest": "^4.40.1" |
86 | 91 | }, |
87 | 92 | "volta": { |
88 | 93 | "node": "22.5.1" |
|
0 commit comments