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 56f4039772..71d5cf7994 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.29.1", + "packageManager": "pnpm@10.29.3", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -59,23 +59,23 @@ "ignore-walk": "8.0.0", "js-yaml": "4.1.1", "postcss": "8.5.6", - "tar": "7.5.7", + "tar": "7.5.9", "terser": "5.46.0" }, "devDependencies": { "@eslint/js": "9.39.2", "@misskey-dev/eslint-plugin": "2.1.0", "@types/js-yaml": "4.0.9", - "@types/node": "24.10.12", - "@typescript-eslint/eslint-plugin": "8.54.0", - "@typescript-eslint/parser": "8.54.0", + "@types/node": "24.10.13", + "@typescript-eslint/eslint-plugin": "8.55.0", + "@typescript-eslint/parser": "8.55.0", "@typescript/native-preview": "7.0.0-dev.20260116.1", "cross-env": "10.1.0", "cypress": "15.10.0", "eslint": "9.39.2", "globals": "17.3.0", "ncp": "2.0.0", - "pnpm": "10.29.1", + "pnpm": "10.29.3", "start-server-and-test": "2.1.3", "typescript": "5.9.3" }, |