Skip to content

Commit

Permalink
build(kitsu): update dependency axios to v0.26.0 (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 17, 2022
1 parent 8e56d22 commit 7d39d52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "~7.17.0",
"@babel/preset-env": "~7.16.0",
"@rollup/plugin-babel": "~5.3.0",
"axios": "~0.25.0",
"axios": "~0.26.0",
"axios-mock-adapter": "~1.20.0",
"babel-jest": "~27.5.0",
"browserslist": "~4.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"build": "yarn rollup"
},
"dependencies": {
"axios": "^0.25.0",
"axios": "^0.26.0",
"kitsu-core": "^10.0.0-alpha.20",
"pluralize": "^8.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2881,12 +2881,12 @@ axios-mock-adapter@~1.20.0:
is-blob "^2.1.0"
is-buffer "^2.0.5"

axios@^0.25.0, axios@~0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
axios@^0.26.0, axios@~0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
dependencies:
follow-redirects "^1.14.7"
follow-redirects "^1.14.8"

babel-jest@^27.5.1, babel-jest@~27.5.0:
version "27.5.1"
Expand Down Expand Up @@ -5072,7 +5072,7 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
inherits "^2.0.3"
readable-stream "^2.3.6"

follow-redirects@^1.14.7:
follow-redirects@^1.14.8:
version "1.14.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
Expand Down

0 comments on commit 7d39d52

Please sign in to comment.