This is an automated email from the ASF dual-hosted git repository. xiangying pushed a commit to branch branch-0.5.0 in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git
commit beb84830ea99db0639b90fd31f3e8285689396e4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Feb 17 16:11:06 2024 +0200 Bump axios from 0.18.1 to 1.6.0 in /front-end (#540) Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 332b7b02b6a1d5611535fe28fe76f21b1bd301ed) --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index 59500ec..c1c6f77 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@vue/composition-api": "^1.7.1", - "axios": "0.18.1", + "axios": "1.6.0", "casdoor-vue-sdk": "^1.5.1", "clipboard": "1.7.1", "codemirror": "5.39.2",