|
21 | 21 | "author": "Flandia", |
22 | 22 | "license": "MIT", |
23 | 23 | "dependencies": { |
24 | | - "@fastify/autoload": "^6.0.2", |
25 | | - "@fastify/cors": "^10.0.1", |
26 | | - "@fastify/mongodb": "^9.0.1", |
27 | | - "@fastify/sensible": "^6.0.1", |
28 | | - "@fastify/swagger": "^9.3.0", |
29 | | - "@fastify/swagger-ui": "^5.1.0", |
30 | | - "@fastify/type-provider-typebox": "^5.0.1", |
31 | | - "@sinclair/typebox": "^0.34.5", |
32 | | - "fastify": "^5.1.0", |
33 | | - "fastify-cli": "^7.0.1", |
| 24 | + "@fastify/autoload": "^6.0.3", |
| 25 | + "@fastify/cors": "^10.0.2", |
| 26 | + "@fastify/mongodb": "^9.0.2", |
| 27 | + "@fastify/sensible": "^6.0.2", |
| 28 | + "@fastify/swagger": "^9.4.2", |
| 29 | + "@fastify/swagger-ui": "^5.2.1", |
| 30 | + "@fastify/type-provider-typebox": "^5.1.0", |
| 31 | + "@sinclair/typebox": "^0.34.15", |
| 32 | + "fastify": "^5.2.1", |
| 33 | + "fastify-cli": "^7.3.0", |
34 | 34 | "fastify-plugin": "^5.0.1", |
35 | | - "openid-client": "^6.1.3" |
| 35 | + "openid-client": "^6.1.7" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@eslint/js": "^9.15.0", |
39 | | - "@types/node": "^22.9.1", |
40 | | - "c8": "^10.1.2", |
41 | | - "concurrently": "^9.1.0", |
42 | | - "eslint": "^9.15.0", |
43 | | - "eslint-config-prettier": "^9.1.0", |
44 | | - "eslint-plugin-prettier": "^5.2.1", |
45 | | - "fastify-tsconfig": "^2.0.0", |
46 | | - "globals": "^15.12.0", |
47 | | - "prettier": "3.3.3", |
48 | | - "prettier-plugin-jsdoc": "^1.3.0", |
| 38 | + "@eslint/js": "^9.19.0", |
| 39 | + "@types/node": "^22.12.0", |
| 40 | + "c8": "^10.1.3", |
| 41 | + "concurrently": "^9.1.2", |
| 42 | + "eslint": "^9.19.0", |
| 43 | + "eslint-config-prettier": "^10.0.1", |
| 44 | + "eslint-plugin-prettier": "^5.2.3", |
| 45 | + "fastify-tsconfig": "^3.0.0", |
| 46 | + "globals": "^15.14.0", |
| 47 | + "prettier": "3.4.2", |
| 48 | + "prettier-plugin-jsdoc": "^1.3.2", |
49 | 49 | "tsx": "^4.19.2", |
50 | | - "typescript": "^5.6.3", |
51 | | - "typescript-eslint": "^8.15.0" |
| 50 | + "typescript": "^5.7.3", |
| 51 | + "typescript-eslint": "^8.22.0" |
52 | 52 | }, |
53 | 53 | "packageManager": "yarn@4.4.0" |
54 | 54 | } |
0 commit comments