From 028c0efe2cbec79162c10c251f618bd85025238c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 07:42:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a4e2c0..7c9b468 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "18.0.10", "@urql/exchange-refocus": "^1.0.0", "@walletconnect/web3-provider": "^1.7.8", - "axios": "^1.3.4", + "axios": "^1.12.0", "bignumber.js": "^9.1.1", "bootstrap": "^5.2.3", "classnames": "^2.3.2", @@ -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": "^4.0.1", "web3modal": "^1.9.10" },