From a43a842637b272b5a1479ab38321e3c0e0c760ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Dec 2021 08:53:39 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++++------------- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76187753..a930595d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,10 +23,11 @@ "@ledgerhq/hw-app-cosmos": "^6.3.0", "@ledgerhq/hw-transport-web-ble": "^6.3.0", "@ledgerhq/hw-transport-webusb": "^6.3.0", + "@vue/composition-api": "^1.4.0", "@vueuse/core": "4.0.0", "animate.css": "4.1.1", "apexcharts": "3.24.0", - "axios": "0.21.1", + "axios": "0.21.2", "axios-mock-adapter": "1.19.0", "bootstrap": "4.6.0", "bootstrap-vue": "2.21.1", @@ -1863,7 +1864,7 @@ "@cosmjs/encoding": "0.26.5", "@cosmjs/math": "0.26.5", "@cosmjs/utils": "0.26.5", - "axios": "^0.21.2", + "axios": "0.21.2", "fast-deep-equal": "^3.1.3" } }, @@ -2004,7 +2005,7 @@ "@cosmjs/math": "0.26.5", "@cosmjs/socket": "0.26.5", "@cosmjs/stream": "0.26.5", - "axios": "^0.21.2", + "axios": "0.21.2", "readonly-date": "^1.0.0", "xstream": "^11.14.0" } @@ -4500,11 +4501,11 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "node_modules/axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "dependencies": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "node_modules/axios-mock-adapter": { @@ -22224,7 +22225,7 @@ "@cosmjs/encoding": "0.26.5", "@cosmjs/math": "0.26.5", "@cosmjs/utils": "0.26.5", - "axios": "^0.21.2", + "axios": "0.21.2", "fast-deep-equal": "^3.1.3" }, "dependencies": { @@ -22348,7 +22349,7 @@ "@cosmjs/math": "0.26.5", "@cosmjs/socket": "0.26.5", "@cosmjs/stream": "0.26.5", - "axios": "^0.21.2", + "axios": "0.21.2", "readonly-date": "^1.0.0", "xstream": "^11.14.0" }, @@ -24379,11 +24380,11 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "axios-mock-adapter": { diff --git a/package.json b/package.json index a3141e4f..519ea56b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@vueuse/core": "4.0.0", "animate.css": "4.1.1", "apexcharts": "3.24.0", - "axios": "0.21.1", + "axios": "0.21.2", "axios-mock-adapter": "1.19.0", "bootstrap": "4.6.0", "bootstrap-vue": "2.21.1", diff --git a/yarn.lock b/yarn.lock index 0c086f3f..4162df5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2548,12 +2548,12 @@ axios-mock-adapter@1.19.0: fast-deep-equal "^3.1.3" is-buffer "^2.0.3" -axios@0.21.1: - version "0.21.1" - resolved "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz" - integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== +axios@0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" + integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg== dependencies: - follow-redirects "^1.10.0" + follow-redirects "^1.14.0" axios@^0.21.2: version "0.21.4" @@ -5580,7 +5580,7 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0: +follow-redirects@^1.0.0, follow-redirects@^1.14.0: version "1.14.1" resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz" integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==