From c85775ccc83192b2f62d354cce6ab6f2e22e0482 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 17:25:47 +0000 Subject: [PATCH] fix: upgrade sharp from 0.29.3 to 0.34.2 Snyk has created this PR to upgrade sharp from 0.29.3 to 0.34.2. See this package in npm: sharp See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/71fac919-66d9-4415-8163-dc94eb049dcf?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-buttercms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-buttercms/package.json b/examples/cms-buttercms/package.json index 7fe181c6355ad..28107dc4d69ef 100644 --- a/examples/cms-buttercms/package.json +++ b/examples/cms-buttercms/package.json @@ -16,7 +16,7 @@ "next": "^12.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "sharp": "^0.29.3", + "sharp": "^0.34.2", "tiny-slider": "^2.9.4", "typescript": "^3.3.1" },