From e0e352e61856dd1b896417aeb76bae53fe45289a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:59:15 +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 685336d..7f61ade 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@apollo/client": "^3.7.1", "@headlessui/react": "^1.7.3", "@rainbow-me/rainbowkit": "^0.7.4", - "axios": "^1.1.3", + "axios": "^1.12.0", "crypto-js": "^4.1.1", "crypto.js": "^3.0.0", "daisyui": "^2.38.0",