From 2c8d5578caba177018dcd956716b1c8151c2e0af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 04:42:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a4e2c0..fd365e8 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",