|
35 | 35 | "@skyra/http-framework": "^2.2.1", |
36 | 36 | "@skyra/jaro-winkler": "^1.1.1", |
37 | 37 | "he": "^1.2.0", |
38 | | - "ioredis": "^5.8.2", |
39 | | - "smol-toml": "^1.5.2", |
| 38 | + "ioredis": "^5.9.3", |
| 39 | + "smol-toml": "^1.6.0", |
40 | 40 | "turndown": "^7.2.2" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@commitlint/cli": "^20.1.0", |
44 | | - "@commitlint/config-conventional": "^20.0.0", |
| 43 | + "@commitlint/cli": "^20.4.2", |
| 44 | + "@commitlint/config-conventional": "^20.4.2", |
45 | 45 | "@sapphire/eslint-config": "^5.0.6", |
46 | 46 | "@sapphire/prettier-config": "^2.0.0", |
47 | 47 | "@sapphire/ts-config": "^5.0.3", |
48 | 48 | "@types/he": "^1.2.3", |
49 | | - "@types/node": "^24.10.1", |
| 49 | + "@types/node": "^24.10.13", |
50 | 50 | "@types/turndown": "^5.0.6", |
51 | 51 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
52 | 52 | "@typescript-eslint/parser": "^7.18.0", |
53 | | - "@vitest/coverage-v8": "^4.0.14", |
| 53 | + "@vitest/coverage-v8": "^4.0.18", |
54 | 54 | "colorette": "^2.0.20", |
55 | 55 | "cz-conventional-changelog": "^3.3.0", |
56 | | - "esbuild": "^0.27.0", |
| 56 | + "esbuild": "^0.27.3", |
57 | 57 | "eslint": "^8.57.1", |
58 | 58 | "eslint-config-prettier": "^10.1.8", |
59 | | - "eslint-plugin-prettier": "^5.5.4", |
| 59 | + "eslint-plugin-prettier": "^5.5.5", |
60 | 60 | "lint-staged": "^16.2.7", |
61 | | - "prettier": "^3.7.3", |
62 | | - "rimraf": "^6.1.2", |
63 | | - "tsdown": "^0.16.8", |
64 | | - "tsx": "^4.20.6", |
| 61 | + "prettier": "^3.8.1", |
| 62 | + "rimraf": "^6.1.3", |
| 63 | + "tsdown": "^0.20.3", |
| 64 | + "tsx": "^4.21.0", |
65 | 65 | "typescript": "~5.9.3", |
66 | | - "vite": "^7.2.4", |
67 | | - "vitest": "^4.0.14" |
| 66 | + "vite": "^7.3.1", |
| 67 | + "vitest": "^4.0.18" |
68 | 68 | }, |
69 | 69 | "commitlint": { |
70 | 70 | "extends": [ |
|
86 | 86 | }, |
87 | 87 | "packageManager": "yarn@4.12.0", |
88 | 88 | "volta": { |
89 | | - "node": "24.11.1" |
| 89 | + "node": "24.13.1" |
90 | 90 | } |
91 | 91 | } |
0 commit comments