Skip to content

Commit

Permalink
build(kitsu): update dependency axios to ~0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2020
1 parent fcb85ea commit 6a87895
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "~7.11.0",
"@babel/preset-env": "~7.11.0",
"@rollup/plugin-babel": "~5.2.0",
"axios": "~0.19.2",
"axios": "~0.20.0",
"axios-mock-adapter": "~1.18.0",
"babel-jest": "~26.5.0",
"conventional-changelog-angular-all-2": "~5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu/package.json
Expand Up @@ -49,7 +49,7 @@
},
"sideEffects": false,
"dependencies": {
"axios": "~0.19.2",
"axios": "~0.20.0",
"kitsu-core": "^10.0.0-alpha.6",
"merge-options": "^3.0.0",
"pluralize": "^8.0.0"
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Expand Up @@ -2994,12 +2994,12 @@ axios-mock-adapter@~1.18.0:
fast-deep-equal "^3.1.1"
is-buffer "^2.0.3"

axios@~0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
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==
dependencies:
follow-redirects "1.5.10"
follow-redirects "^1.10.0"

babel-eslint@^10.1.0:
version "10.1.0"
Expand Down Expand Up @@ -4419,7 +4419,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
dependencies:
ms "2.0.0"

debug@3.1.0, debug@=3.1.0:
debug@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
Expand Down Expand Up @@ -5604,12 +5604,10 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
inherits "^2.0.3"
readable-stream "^2.3.6"

follow-redirects@1.5.10:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
dependencies:
debug "=3.1.0"
follow-redirects@^1.10.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==

for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 6a87895

Please sign in to comment.