From 35325dd5f8a1c660469e2e2f96db19aa6f4b4c63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 07:27:32 +0000 Subject: [PATCH] fix: web-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index 74ec807..d118cf8 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -55,7 +55,7 @@ "dependencies": { "@material-ui/core": "~4.11.4", "@material-ui/icons": "~4.11.2", - "axios": "^1.7.8", + "axios": "^1.12.0", "classnames": "~2.3.1", "mobx": "~5.15.7", "mobx-react": "~5.4.3",