From 595d2cd0ff5ab36feb1de8bfd6ab40bcfe4588f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 03:35:41 +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-9292519 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7f0d312..5e3d4cd 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.8.2", "lodash": "^4.17.4", "react": "^16.0.0", "react-dom": "^16.0.0",