From acf755cceb2e295dd7c875f69ca3ed0a39aa4b4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 04:24:40 +0000 Subject: [PATCH] Bump @nuxtjs/axios from 5.6.0 to 5.7.1 Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.6.0 to 5.7.1. - [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.7.1) 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..7dca5c1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "precommit": "npm run lint" }, "dependencies": { - "@nuxtjs/axios": "^5.6.0", + "@nuxtjs/axios": "^5.7.1", "@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..af842dc 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.7.1": + version "5.7.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.7.1.tgz#ce71c47f972277cebb073c84058d24ffe4c16075" + integrity sha512-WOEf3NhfS68eapKkvz8V8TK9NbsX7acjITsXCbi1/u1NBTaYt8OrPyIb06K3lSnwoN/vQznJW17DPceh95nFcw== 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"