From d4299b302f33ef4ec8f8713d8f87ef735e6386eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:37:51 +0000 Subject: [PATCH] chore(deps-dev): bump sharp Bumps the npm_and_yarn group with 1 update in the /packages/brand directory: [sharp](https://github.com/lovell/sharp). Updates `sharp` from 0.34.5 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.4) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.4 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/brand/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/brand/package.json b/packages/brand/package.json index 00f1178..69a558a 100644 --- a/packages/brand/package.json +++ b/packages/brand/package.json @@ -28,7 +28,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.8.0", "globals": "^17.9.0", - "sharp": "^0.34.5", + "sharp": "^0.35.4", "typescript": "^6.0.3", "typescript-eslint": "^8.66.0", "vitest": "^4.1.10"