From 836e0da3133190414a1644099e435c8e0050f3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:06:40 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 1.6.0 in /demos/2.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/2.x/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/2.x/package.json b/demos/2.x/package.json index a43dc4a4..ed90d904 100644 --- a/demos/2.x/package.json +++ b/demos/2.x/package.json @@ -10,7 +10,7 @@ "dependencies": { "vue": "2.6.12", "vuex": "3.5.1", - "axios": "0.20.0", + "axios": "1.6.0", "core-js": "3.6.5", "vue-axios": "2.1.5", "vue-router": "3.4.3",