From c0b84ee1ee9a5a2dcde3c7c7ec0bfa43afc609d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:14:54 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 1.6.0 in /demos/3.x Bumps [axios](https://github.com/axios/axios) from 0.20.0 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.20.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/3.x/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/3.x/package.json b/demos/3.x/package.json index 1269bbc2..98a53e5d 100644 --- a/demos/3.x/package.json +++ b/demos/3.x/package.json @@ -12,7 +12,7 @@ "vue": "3.0.1", "vuex": "4.0.0-rc.1", "vue-router": "next", - "axios": "0.20.0" + "axios": "1.6.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0",