From 41cec68e8e0349b0c5d2889d948126fb2d0e2517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 22:02:16 +0000 Subject: [PATCH] Bump vue-axios from 3.4.0 to 3.5.2 in /src Bumps [vue-axios](https://github.com/imcvampire/vue-axios) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/imcvampire/vue-axios/releases) - [Commits](https://github.com/imcvampire/vue-axios/compare/3.4.0...3.5.2) --- updated-dependencies: - dependency-name: vue-axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 16 ++++++++-------- src/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index b141882d98..e9d0826249 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -24,7 +24,7 @@ "style-loader": "^3.3.1", "sweetalert": "^2.1.2", "vue": "^2.6.14", - "vue-axios": "^3.4.0", + "vue-axios": "^3.5.2", "vue-loader": "^15.9.8", "vue-router": "^3.5.3", "vue-template-compiler": "^2.6.14", @@ -4844,12 +4844,12 @@ "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==" }, "node_modules/vue-axios": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-3.4.0.tgz", - "integrity": "sha512-S3YTCJeEndzmtaYzyz919Z54wY1D2OftWEhioGbHED3VUSta8ti0OHjDipTPkb1StxOzQLAAO2hSUq830i14KA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-3.5.2.tgz", + "integrity": "sha512-GP+dct7UlAWkl1qoP3ppw0z6jcSua5/IrMpjB5O8bh089iIiJ+hdxPYH2NPEpajlYgkW5EVMP95ttXWdas1O0g==", "dev": true, "peerDependencies": { - "axios": ">= 0.20.0", + "axios": "*", "vue": "^3.0.0 || ^2.0.0" } }, @@ -9050,9 +9050,9 @@ "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==" }, "vue-axios": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-3.4.0.tgz", - "integrity": "sha512-S3YTCJeEndzmtaYzyz919Z54wY1D2OftWEhioGbHED3VUSta8ti0OHjDipTPkb1StxOzQLAAO2hSUq830i14KA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-3.5.2.tgz", + "integrity": "sha512-GP+dct7UlAWkl1qoP3ppw0z6jcSua5/IrMpjB5O8bh089iIiJ+hdxPYH2NPEpajlYgkW5EVMP95ttXWdas1O0g==", "dev": true, "requires": {} }, diff --git a/src/package.json b/src/package.json index 2f106e8e65..92c176d517 100644 --- a/src/package.json +++ b/src/package.json @@ -16,7 +16,7 @@ "style-loader": "^3.3.1", "sweetalert": "^2.1.2", "vue": "^2.6.14", - "vue-axios": "^3.4.0", + "vue-axios": "^3.5.2", "vue-loader": "^15.9.8", "vue-router": "^3.5.3", "vue-template-compiler": "^2.6.14",