From 301517e41114285205800377566f10383d73abf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:24:22 +0000 Subject: [PATCH] chore(deps): bump sharp from 0.33.5 to 0.35.0 Bumps [sharp](https://github.com/lovell/sharp) from 0.33.5 to 0.35.0. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.33.5...v0.35.0) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/shared/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c85771b91..d353abcbc 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "pg": "^8.16.3", "playwright": "^1.55.1", "pngjs": "^7.0.0", - "sharp": "^0.33.5", + "sharp": "^0.35.0", "ws": "^8.18.3" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index a485d3da3..7960c1024 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -153,7 +153,7 @@ "prettier": "^3.6.2", "rollup": "^4.46.2", "rollup-plugin-dts": "^6.2.1", - "sharp": "^0.33.5", + "sharp": "^0.35.0", "tailwindcss": "^4.1.14", "ts-node": "^10.9.2", "tsx": "^4.20.3",