From 5d533187fdf7e0c3a45d6f0a690d9820e29d7542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:54:34 +0800 Subject: [PATCH] build(deps): bump axios from 0.27.2 to 1.1.3 (#351) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cee8f9..9f514a6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test:coverage": "echo \"no test:coverage specified,work in process\"" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.1.3", "dayjs": "^1.10.6", "echarts": "~5.1.2", "lodash": "^4.17.21",