Skip to content

Commit

Permalink
fix(deps): update dependency @nuxtjs/axios to ^5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2019
1 parent 7a6231d commit e9169b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"server"
],
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/pwa": "3.0.0-beta.19",
"@nuxtjs/vuetify": "^1.6.3",
"axios": "^0.19.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1128,15 +1128,16 @@
webpack-node-externals "^1.7.2"
webpackbar "^4.0.0"

"@nuxtjs/axios@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.6.0.tgz#30fd28c8a409ea32c92c76b26202e5da068f814c"
integrity sha512-Rl4nnudm+sSkMtgfSEAeA5bq6aFpbBoYVXLXWaDxfydslukRd2SdEDdGv0gHE7F/jtIw+JfptWDHCHnzuoO/Ng==
"@nuxtjs/axios@^5.8.0":
version "5.8.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.8.0.tgz#78e5abd300bfd6f622e3006ab6f4ef4ef5ff9fdf"
integrity sha512-1+I2mTUuydKkY/Jz1InpLpkGWpReO5USNWxZpPaQL3py4Kv3sDF83ll/uHGngosyXr+OKBXoALRLCjmwSY77lg==
dependencies:
"@nuxtjs/proxy" "^1.3.3"
axios "^0.19.0"
axios-retry "^3.1.2"
consola "^2.10.1"
defu "^0.0.3"

"@nuxtjs/proxy@^1.3.3":
version "1.3.3"
Expand Down

0 comments on commit e9169b2

Please sign in to comment.