From 3f294bf9d87b021d9ef5c1d2d2c0ced3f14894bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 18:36:17 +0000 Subject: [PATCH] fix: upgrade sharp from 0.32.6 to 0.33.0 Snyk has created this PR to upgrade sharp from 0.32.6 to 0.33.0. See this package in npm: https://www.npmjs.com/package/sharp See this project in Snyk: https://app.snyk.io/org/kevinanielsen/project/7655d154-b893-45f5-ab83-8d0ed6984b72?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a016042..caac578 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-icons": "^4.12.0", "react-spinners": "^0.13.8", "react-webcam": "^7.2.0", - "sharp": "^0.32.6", + "sharp": "^0.33.0", "swr": "^2.2.4", "tailwindcss": "^3.3.6" },