From 49d04faa3e349728f392959f4ff6ae74370211f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 19:14:35 +0000 Subject: [PATCH] fix: react-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- react-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-client/package.json b/react-client/package.json index 00d5d0a1da9..ede53bbce53 100644 --- a/react-client/package.json +++ b/react-client/package.json @@ -26,7 +26,7 @@ "@mantine/notifications": "7.15.2", "@microsoft/fetch-event-source": "2.0.1", "@tabler/icons-react": "^3.26.0", - "axios": "1.7.9", + "axios": "1.12.0", "jwt-decode": "4.0.0", "lodash": "4.17.21", "react": "18.3.1",