Browse Source
⬆️ Upgrade dependency axios to v0.21.1
pull/179/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
"@oclif/plugin-help": "3.2.0", |
|
|
|
"@oclif/plugin-not-found": "1.2.4", |
|
|
|
"@oclif/plugin-warn-if-update-available": "1.7.0", |
|
|
|
"axios": "0.20.0", |
|
|
|
"axios": "0.21.1", |
|
|
|
"colors": "1.4.0", |
|
|
|
"cosmiconfig": "7.0.0", |
|
|
|
"gluegun": "4.4.0", |
|
|
|
|
|
|
|
@ -2419,10 +2419,10 @@ aws4@^1.8.0: |
|
|
|
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e" |
|
|
|
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug== |
|
|
|
|
|
|
|
axios@0.20.0: |
|
|
|
version "0.20.0" |
|
|
|
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" |
|
|
|
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA== |
|
|
|
axios@0.21.1: |
|
|
|
version "0.21.1" |
|
|
|
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" |
|
|
|
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== |
|
|
|
dependencies: |
|
|
|
follow-redirects "^1.10.0" |
|
|
|
|
|
|
|
|