From 2f11c7794a038283db1cf2d1825a7bd4bd3422f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 21:02:41 +0000 Subject: [PATCH] fix: src/ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- src/ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 src/ui/package.json diff --git a/src/ui/package.json b/src/ui/package.json old mode 100755 new mode 100644 index be92e227a..ee66be7de --- a/src/ui/package.json +++ b/src/ui/package.json @@ -14,9 +14,9 @@ "author": "Naftis Authors", "license": "Apache License 2.0", "dependencies": { - "@hi-ui/genuine-theme": "^0.9.2", - "@hi-ui/hiui": "^1.1.3", - "axios": "^0.18.0", + "@hi-ui/genuine-theme": "^3.0.0", + "@hi-ui/hiui": "^3.5.0", + "axios": "^0.21.3", "d3": "^5.5.0", "d3-graphviz": "^2.4.0", "echarts": "^4.1.0",