From 9c6b7b005f2cacdad1a02acb1fdc442834c014e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 00:46:07 +0000 Subject: [PATCH] chore(deps): bump @nuxtjs/axios from 5.10.2 to 5.10.3 Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.10.2 to 5.10.3. - [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.10.2...v5.10.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fc6c00a8..d8c431830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2175,9 +2175,9 @@ } }, "@nuxtjs/axios": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.2.tgz", - "integrity": "sha512-OIrA9gwWSxmHkUu5UNNfGkYtHu4l4c5MEhCsc9n+IgTT5u/oGgrvoVC1Kh+p0Cgqz+7IkRmyf0TKif7VoAnLLg==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.3.tgz", + "integrity": "sha512-cCPeix6S0yLftiTnD9cpZSDsCNYD5/5EB9Q9iB8WaNZsGMPcwM5XQQVFcenMIv9Dr+SvySdOUdDL9rvlfyhdkg==", "requires": { "@nuxtjs/proxy": "^1.3.3", "axios": "^0.19.2", diff --git a/package.json b/package.json index fa3557787..f2f8a9731 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "printWidth": 100 }, "dependencies": { - "@nuxtjs/axios": "^5.10.2", + "@nuxtjs/axios": "^5.10.3", "@nuxtjs/gtm": "^2.2.3", "@nuxtjs/pwa": "^3.0.0-beta.20", "@nuxtjs/robots": "^2.4.2",