From 9c944e6f9e6de8e913f5f10316444ebf95fe19e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 02:01:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0689faa..7f53cc0 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.8.2", "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": "^0.12.18", "web3": "^1.8.1", "web3modal": "^1.9.10" },