diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-10 11:27:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 11:27:52 +0000 |
commit | a5988630a1f6de897624f860a33178f9e3b7f8ff (patch) | |
tree | 9c8425d6c6789f48e553048d453a0a216e796a1e | |
parent | aa89fbeb638669a24de26606f6e6f403ad631468 (diff) | |
download | puszcza-dependabot/npm_and_yarn/axios-0.21.1.tar.gz puszcza-dependabot/npm_and_yarn/axios-0.21.1.zip |
Bump axios from 0.19.2 to 0.21.1 dependabot/npm_and_yarn/axios-0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 31 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 28 deletions
diff --git a/package-lock.json b/package-lock.json index 128332f..b498080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5961,34 +5961,11 @@ "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, - "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } + "follow-redirects": "^1.10.0" } }, "axios-retry": { diff --git a/package.json b/package.json index ca0872e..e6c70e2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@nuxtjs/axios": "^5.12.5", "@nuxtjs/pwa": "^3.3.4", - "axios": "^0.19.0", + "axios": "^0.21.1", "esm": "^3.2.25", "front-matter": "^3.2.1", "jsdom": "^15.1.1", |