From a2bd4add9aa3240852adc36c9be7f3cccab37ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Sep 2025 16:00:34 +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 e1008b2..4653090 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-test-renderer": "^16.13.1" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.12.0", "lodash.isequal": "^4.5.0" } }