From 73aeeaca1727f50473e0683774a55c017a4b0dff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 04:19:10 +0000 Subject: [PATCH] build(deps): bump @nuxtjs/axios from 5.9.6 to 5.9.7 in /webapp Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.6 to 5.9.7. - [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.9.6...v5.9.7) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 67e5007de..90803b914 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -60,7 +60,7 @@ "dependencies": { "@human-connection/styleguide": "0.5.22", "@nuxtjs/apollo": "^4.0.0-rc19", - "@nuxtjs/axios": "~5.9.6", + "@nuxtjs/axios": "~5.9.7", "@nuxtjs/dotenv": "~1.4.1", "@nuxtjs/pwa": "^3.0.0-beta.20", "@nuxtjs/sentry": "^4.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index fc7964128..7527dc9eb 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1789,10 +1789,10 @@ vue-cli-plugin-apollo "^0.21.3" webpack-node-externals "^1.7.2" -"@nuxtjs/axios@~5.9.6": - version "5.9.6" - resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.9.6.tgz#c7101396a77414cdfd1c6dae4c4a128dc9ec5c36" - integrity sha512-jO2Qyp0xB6ZREx9suyOHpFP1Cudf7Tjs6A7e872oteBAH/KOp+cFqifi+TwN5bNEywV+N0vNEUWxHJxKyf93AQ== +"@nuxtjs/axios@~5.9.7": + version "5.9.7" + resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.9.7.tgz#ec78b72dbcb70fceee7724b7f24e0cb4d924440c" + integrity sha512-GLL0/0HbRCbvyXtw6WjXxCzQjXrQwlip4N3ATesyytcfzYcQUAfxdKCaKBK7IRiW+V1mH1vrzbEK/iDlfxA/TQ== dependencies: "@nuxtjs/proxy" "^1.3.3" axios "^0.19.2"