From 47395dd2ba0c76ab80f5de027d1d8b97de38659e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 04:06:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 604ee504088..0c92887d7ca 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.13.5", "centreon-frontend": "git+https://centreon@github.com/centreon/centreon-frontend.git#develop", "classnames": "^2.3.1", "clsx": "^1.1.1",