From 9af338cd3925666594f146c24c5cdbbd0c132e2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jun 2025 20:04:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0689faa..5687254 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-dom": "18.2.0", "react-i18next": "12.2.0", "react-spring": "^9.7.1", - "sharp": "^0.31.3", + "sharp": "^0.33.0", "typescript": "4.9.5", "urql": "^4.0.0", "wagmi": "^0.12.12",