From 0f28fcb8283f9828d4292a491d46d5e9982786d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Oct 2023 02:05:43 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index abf65d58e73809..fb92191d8ba302 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "@ant-design/icons": "^4.1.0", "@umijs/hooks": "^1.9.3", "antd": "^4.5.4", - "axios": "^0.19.2", + "axios": "^1.6.0", "classnames": "^2.2.6", "i18next": "^19.7.0", "i18next-browser-languagedetector": "^6.0.1",