From 740103aee1660a960e57bf6e80fd95303b5912e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:07:50 +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-6032459 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7f0d312..23b6c27 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.6.0", "lodash": "^4.17.4", "react": "^16.0.0", "react-dom": "^16.0.0",