From 9a2fa9e2c736be01b7c25c10b17ea4430ae09d82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 01:25:41 +0000 Subject: [PATCH] chore(deps): bump @nuxtjs/axios from 5.9.3 to 5.9.4 Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.3 to 5.9.4. - [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.3...v5.9.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef38acd74..78109f2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1671,12 +1671,12 @@ } }, "@nuxtjs/axios": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.3.tgz", - "integrity": "sha512-+P1BK7MxMRL4q1WeYM9vyfocJrRoskbuD2TztKU8ryunK8JgpkIvqCzQxTI2BLUbOPd7qvjPLwzA0QBdzqYlaA==", + "version": "5.9.4", + "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.4.tgz", + "integrity": "sha512-lwugsdVU4BEyY7rnYSsipGh4qlqEJOyForxF9C9wttVVT5IBvLlHiPE6Ownxl7gbqXKa819UKOqIPmb94DVV9A==", "requires": { "@nuxtjs/proxy": "^1.3.3", - "axios": "^0.19.1", + "axios": "^0.19.2", "axios-retry": "^3.1.2", "consola": "^2.11.3", "defu": "^0.0.4" @@ -2506,9 +2506,9 @@ "dev": true }, "axios": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.1.tgz", - "integrity": "sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", "requires": { "follow-redirects": "1.5.10" }, @@ -5193,9 +5193,9 @@ } }, "follow-redirects": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz", - "integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.10.0.tgz", + "integrity": "sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==", "requires": { "debug": "^3.0.0" } diff --git a/package.json b/package.json index 1975b4be5..bdc5fbebe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "start-server-and-test dev http://localhost:3000 e2e" }, "dependencies": { - "@nuxtjs/axios": "^5.9.3", + "@nuxtjs/axios": "^5.9.4", "@nuxtjs/google-analytics": "^2.2.3", "@nuxtjs/google-tag-manager": "^2.3.1", "@nuxtjs/pwa": "^3.0.0-beta.19",