From 2d465160ba0bd51324c2e2199295faf8088419bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 04:18:14 +0000 Subject: [PATCH] Bump @nuxtjs/axios from 5.6.0 to 5.8.0 Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.6.0 to 5.8.0. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/dev/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.6.0...v5.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a85c8c..1cb9a75 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "precommit": "npm run lint" }, "dependencies": { - "@nuxtjs/axios": "^5.6.0", + "@nuxtjs/axios": "^5.8.0", "@nuxtjs/pwa": "^3.0.0-beta.16", "cross-env": "^6.0.0", "fastify": "^2.8.0", diff --git a/yarn.lock b/yarn.lock index 0654d6c..bbed3ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -943,15 +943,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/eslint-config@^1.1.2": version "1.1.2"