From a0fd977cc678594b30901b3ed6da1e7f09e3297f Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 19 Aug 2026 00:43:20 +0000 Subject: [PATCH] chore: upgrade pnpm to 11.21.0 Bump the packageManager pin to the newest 11.x that satisfies the 7-day minimumReleaseAge gate (11.22.0 is too new). Co-authored-by: Jared Wray --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10d8753..6c7086b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "node": ">=22.19.0", "pnpm": ">=11" }, - "packageManager": "pnpm@11.5.2", + "packageManager": "pnpm@11.21.0", "devDependencies": { "@biomejs/biome": "^2.5.8", "@faker-js/faker": "^10.5.0",