From 64ace5834fa86f444d19be8c61632c4e3885a2d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 04:25:26 +0000 Subject: [PATCH] build(deps): bump @nuxtjs/axios from 5.9.5 to 5.9.6 in /webapp Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.5 to 5.9.6. - [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.5...v5.9.6) 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 2f441936c..754f620f3 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.5", + "@nuxtjs/axios": "~5.9.6", "@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 28f32f8ce..57c0c3a64 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1767,10 +1767,10 @@ vue-cli-plugin-apollo "^0.21.3" webpack-node-externals "^1.7.2" -"@nuxtjs/axios@~5.9.5": - version "5.9.5" - resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.9.5.tgz#5adc0acc4deb7e1d67ab7240c741a401a6c01823" - integrity sha512-5sMsl5PbNSbAOou75wN2ztDAfGi6pU12zZQvfkDBz3s9KnKST/Azfc1FLw2Y8TR4UaDv074vt20oxK+z7AnH1A== +"@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== dependencies: "@nuxtjs/proxy" "^1.3.3" axios "^0.19.2"