From d765def612a8736e98805b04af13ea41b638145c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:45:06 +0000 Subject: [PATCH] Bump sharp from 0.31.3 to 0.35.0 in /tools/testing-utils Bumps [sharp](https://github.com/lovell/sharp) from 0.31.3 to 0.35.0. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.31.3...v0.35.0) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/testing-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing-utils/package.json b/tools/testing-utils/package.json index 3d04e7796f..3204b76b13 100644 --- a/tools/testing-utils/package.json +++ b/tools/testing-utils/package.json @@ -22,7 +22,7 @@ "pixelmatch": "7.1.0", "pngjs": "7.0.0", "request": "2.88.2", - "sharp": "0.31.3" + "sharp": "0.35.0" }, "devDependencies": { "@guidepup/guidepup": "0.24.1",