Skip to content

Commit

Permalink
build(kitsu): update dependency axios to ~0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 25, 2020
1 parent a6ba8ff commit fc4d5f2
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.12.0",
"@babel/preset-env": "~7.12.0",
"@rollup/plugin-babel": "~5.2.0",
"axios": "~0.19.2",
"axios": "~0.21.0",
"axios-mock-adapter": "~1.18.0",
"babel-jest": "~26.6.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.21.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 @@ -3616,12 +3616,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.21.0:
version "0.21.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
dependencies:
follow-redirects "1.5.10"
follow-redirects "^1.10.0"

babel-eslint@^10.1.0:
version "10.1.0"
Expand Down Expand Up @@ -5041,7 +5041,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 @@ -6231,12 +6231,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 fc4d5f2

Please sign in to comment.