From aa1c6f13be084a072a25aa494e2c7b925774b74a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 08:10:55 +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-6144788 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index abf65d58e73809..b325757ced66e5 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.4", "classnames": "^2.2.6", "i18next": "^19.7.0", "i18next-browser-languagedetector": "^6.0.1",