From 14f584b189d06d8186cad48006c7f9cf1c9cf6a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Sep 2023 18:11:31 +0000 Subject: [PATCH] fix: upgrade sharp from 0.29.3 to 0.32.5 Snyk has created this PR to upgrade sharp from 0.29.3 to 0.32.5. See this package in npm: https://www.npmjs.com/package/sharp See this project in Snyk: https://app.snyk.io/org/mayank1513/project/f131f811-e99f-4f54-8219-91259b76884c?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..521e40454cd62 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.32.5", "tiny-slider": "^2.9.4", "typescript": "^3.3.1" },