From b27d9dee7538a3ca41ed5b8ef304a0bdd4f5ae6a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:23:20 +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 a1914e5..12bcc8d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "kind-of": "^6.0.3" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.12.0", "react-hot-toast": "^2.3.0" } }