|
17 | 17 | "format": "prettier --write src" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@fastify/rate-limit": "^10.2.2", |
| 20 | + "@fastify/rate-limit": "^10.3.0", |
21 | 21 | "@fastify/sensible": "^6.0.3", |
22 | | - "@fastify/static": "^8.1.1", |
23 | | - "@fastify/swagger": "^9.4.2", |
24 | | - "@fastify/swagger-ui": "^5.2.2", |
| 22 | + "@fastify/static": "^8.2.0", |
| 23 | + "@fastify/swagger": "^9.5.1", |
| 24 | + "@fastify/swagger-ui": "^5.2.3", |
25 | 25 | "@fastify/type-provider-typebox": "^5.1.0", |
26 | 26 | "@pnotify/core": "^5.2.0", |
27 | 27 | "@sapphire/fetch": "^3.0.5", |
28 | | - "@sinclair/typebox": "^0.34.33", |
29 | | - "@skyra/env-utilities": "^2.0.0", |
30 | | - "fastify": "^5.3.0", |
| 28 | + "@sinclair/typebox": "^0.34.35", |
| 29 | + "@skyra/env-utilities": "^2.0.1", |
| 30 | + "fastify": "^5.4.0", |
31 | 31 | "highlight.js": "^11.11.1", |
32 | 32 | "ioredis": "^5.6.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@sapphire/eslint-config": "^5.0.5", |
| 35 | + "@sapphire/eslint-config": "^5.0.6", |
36 | 36 | "@sapphire/prettier-config": "^2.0.0", |
37 | 37 | "@sapphire/ts-config": "^5.0.1", |
38 | | - "@types/node": "^22.14.1", |
| 38 | + "@types/node": "^22.15.31", |
39 | 39 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
40 | 40 | "@typescript-eslint/parser": "^7.18.0", |
41 | 41 | "autoprefixer": "^10.4.21", |
42 | 42 | "concurrently": "^9.1.2", |
43 | 43 | "esbuild-plugin-version-injector": "^1.2.1", |
44 | 44 | "eslint": "^8.57.1", |
45 | | - "eslint-config-prettier": "^10.1.2", |
46 | | - "eslint-plugin-prettier": "^5.2.6", |
| 45 | + "eslint-config-prettier": "^10.1.5", |
| 46 | + "eslint-plugin-prettier": "^5.4.1", |
47 | 47 | "prettier": "^3.5.3", |
48 | 48 | "rimraf": "^6.0.1", |
49 | | - "tsup": "^8.4.0", |
| 49 | + "tsup": "^8.5.0", |
50 | 50 | "typescript": "^5.6.3", |
51 | | - "vite": "^6.2.6" |
| 51 | + "vite": "^6.3.5" |
52 | 52 | }, |
53 | 53 | "eslintConfig": { |
54 | 54 | "extends": "@sapphire" |
55 | 55 | }, |
56 | | - "packageManager": "yarn@4.9.0" |
| 56 | + "packageManager": "yarn@4.9.2" |
57 | 57 | } |
0 commit comments