From ac4112b27bf2473d662ffe420047932cd5c98255 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:40:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 604ee504088..216653040a1 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@mui/material": "^5.4.0", "@mui/styles": "^5.3.0", "@visx/visx": "2.9.0", - "axios": "^0.25.0", + "axios": "^1.6.3", "centreon-frontend": "git+https://centreon@github.com/centreon/centreon-frontend.git#develop", "classnames": "^2.3.1", "clsx": "^1.1.1",