diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3138cb4375..a9fec0a88b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.28.0", + "packageManager": "pnpm@10.28.2", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -75,7 +75,7 @@ "eslint": "9.39.2", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.28.0", + "pnpm": "10.28.2", "typescript": "5.9.3", "start-server-and-test": "2.1.3" }, |