From e219a76e0fc2f8c2b9105a37dff847c2ba8dba56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 00:05:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0689faa..dad7e5a 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.3", "bignumber.js": "^9.1.1", "bootstrap": "^5.2.3", "classnames": "^2.3.2", @@ -33,7 +33,7 @@ "ethers": "^5.6.5", "i18next": "^22.4.13", "myetherwallet-blockies": "^0.1.1", - "next": "13.1.6", + "next": "13.5.9", "next-i18next": "13.2.2", "next-runtime-dotenv": "^1.5.1", "numeral": "^2.0.6", @@ -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" },