From f971f8469cba5e2b2e5d083d892bd5c23ff1a4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 03:32:00 +0000 Subject: [PATCH] build(deps): bump axios from 0.18.0 to 1.6.0 in /Web/Vue/myweb Bumps [axios](https://github.com/axios/axios) from 0.18.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.18.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Web/Vue/myweb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Vue/myweb/package.json b/Web/Vue/myweb/package.json index e5756a5..87dee62 100644 --- a/Web/Vue/myweb/package.json +++ b/Web/Vue/myweb/package.json @@ -10,7 +10,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "0.18.0", + "axios": "1.6.0", "bootstrap": "4.3.1", "vue": "^2.5.2", "vue-axios": "2.1.4",