From c54e00e035a7c39c0cd1400e4274bd91873c7d4b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 06:18:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1914e5..e2f38cd 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "kind-of": "^6.0.3" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.13.5", "react-hot-toast": "^2.3.0" } }