From a8b4b8d41e4e860a307bea849b7254e82848ad7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 01:05:54 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7f0d312..50788c4 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "redux-devtools": "^3.4.0" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.12.0", "lodash": "^4.17.4", "react": "^16.0.0", "react-dom": "^16.0.0",