From 65c5209be8c13684ef7aa1404efc7e392bc3da91 Mon Sep 17 00:00:00 2001 From: ukimsanov Date: Wed, 20 May 2026 17:58:04 -0700 Subject: [PATCH] =?UTF-8?q?chore(cli):=20bump=20sharp=20^0.34.0=20?= =?UTF-8?q?=E2=86=92=20^0.34.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required by the contact-sheet pagination code added on this PR (uses Sharp APIs that landed in 0.34.5). Originally bumped on #987 by mistake — moved here per Copilot review. --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 190e974ab..84115f0bb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,7 +38,7 @@ "postcss": "^8.5.8", "prettier": "^3.8.1", "puppeteer-core": "^24.39.1", - "sharp": "^0.34.0" + "sharp": "^0.34.5" }, "devDependencies": { "@clack/prompts": "^1.1.0",