From 0e857f6e05535171cecb514a7e6649c63f1e3742 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 09:05:04 +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 dd3f9b48..459a3ce1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", - "axios": "^0.21.1", + "axios": "^1.12.0", "gh-pages": "^3.0.0", "react": "^16.13.1", "react-dom": "^16.13.1",