From e54d4e6cceb143025605a323676c435173b408bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 20:06:55 +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 149ee17..45f3774 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^6.4.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^7.2.1", - "axios": "^1.12.0", + "axios": "^1.13.5", "moment": "^2.30.1", "node-sass": "^9.0.0", "react": "^16.13.1",