diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-08 09:00:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-08 09:00:30 +0900 |
| commit | cf89c4e36324db75e555d08ebfef2c168cb21802 (patch) | |
| tree | 0ad1a393ed32dbb21c47ae385c6cb068aba20357 /package.json | |
| parent | Bump version to 2026.1.0-alpha.2 (diff) | |
| download | misskey-cf89c4e36324db75e555d08ebfef2c168cb21802.tar.gz misskey-cf89c4e36324db75e555d08ebfef2c168cb21802.tar.bz2 misskey-cf89c4e36324db75e555d08ebfef2c168cb21802.zip | |
chore(deps): update pnpm to v10.27.0 [security] (#17082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 a6af078f75..b2a0f86ee1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.26.2", + "packageManager": "pnpm@10.27.0", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -79,7 +79,7 @@ "eslint": "9.39.2", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.26.2", + "pnpm": "10.27.0", "typescript": "5.9.3", "start-server-and-test": "2.1.3" }, |