From 31e9c66e7f1a2710b11d1a5c1ad1b4313c52d314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:46:19 +0000 Subject: [PATCH] chore(deps): update pnpm to v11 [security] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 668cc0a..1913f74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/package.json b/package.json index 7535117..9b736cd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "turbo": "^2.8.13", "typescript": "^6.0.2" }, - "packageManager": "pnpm@10.30.3", + "packageManager": "pnpm@11.5.3", "engines": { "node": ">=20" },