From 48e52bcb1fabe0a8eff9a908d0e3de694f29180a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:15:44 +0000 Subject: [PATCH] Update pnpm to v11.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c06e542c..43e5d73d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then pnpm version && git push --follow-tags; else echo \"Uncommitted changes found.\" && exit 1; fi", "postship": "git fetch && gulp release" }, - "packageManager": "pnpm@11.6.0", + "packageManager": "pnpm@11.7.0", "author": { "name": "Ghost Foundation", "email": "hello@ghost.org",