From 4ac342ff8ad7baa2b6f2d276623d2f7294f6cb10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 04:16:12 +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-6671926 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7f0d312..aebcc80 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.7.8", "lodash": "^4.17.4", "react": "^16.0.0", "react-dom": "^16.0.0",