From fa7e36ef359c1f04d0690f5987830cbf54961b03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 01:13:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BIGINTBUFFER-3364597 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0689faa..0f9bacc 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "sharp": "^0.31.3", "typescript": "4.9.5", "urql": "^4.0.0", - "wagmi": "^0.12.12", + "wagmi": "^2.0.1", "web3": "^1.8.1", "web3modal": "^1.9.10" },