diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 988666590c..395b740ade 100644 --- a/package.json +++ b/package.json @@ -58,21 +58,21 @@ "execa": "9.6.0", "fast-glob": "3.3.3", "glob": "11.0.3", - "ignore-walk": "7.0.0", + "ignore-walk": "8.0.0", "js-yaml": "4.1.0", "postcss": "8.5.6", "tar": "7.5.1", "terser": "5.44.0", - "typescript": "5.9.2" + "typescript": "5.9.3" }, "devDependencies": { "@misskey-dev/eslint-plugin": "2.1.0", "@types/js-yaml": "4.0.9", "@types/node": "22.18.6", - "@typescript-eslint/eslint-plugin": "8.44.1", - "@typescript-eslint/parser": "8.44.1", - "cross-env": "7.0.3", - "cypress": "14.5.4", + "@typescript-eslint/eslint-plugin": "8.45.0", + "@typescript-eslint/parser": "8.45.0", + "cross-env": "10.1.0", + "cypress": "15.3.0", "eslint": "9.36.0", "globals": "16.4.0", "ncp": "2.0.0", |