chore(deps): bump @nuxtjs/axios from 5.10.1 to 5.10.2

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.10.1 to 5.10.2.
- [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.1...v5.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-29 00:42:59 +00:00
committed by GitHub
parent 538377034f
commit 76ffc0c509
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -2175,13 +2175,13 @@
} }
}, },
"@nuxtjs/axios": { "@nuxtjs/axios": {
"version": "5.10.1", "version": "5.10.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.1.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.2.tgz",
"integrity": "sha512-SxHyEHsS47lCzPXGqvGIu/SzhoSJvlRRgQBfBR5YI31V9/YIlfTE0z+RqAkdmb5uoL+JR2gqIuFDTdk+qyX9Ww==", "integrity": "sha512-OIrA9gwWSxmHkUu5UNNfGkYtHu4l4c5MEhCsc9n+IgTT5u/oGgrvoVC1Kh+p0Cgqz+7IkRmyf0TKif7VoAnLLg==",
"requires": { "requires": {
"@nuxtjs/proxy": "^1.3.3", "@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2", "axios": "^0.19.2",
"axios-retry": "^3.1.6", "axios-retry": "^3.1.8",
"consola": "^2.11.3", "consola": "^2.11.3",
"defu": "^2.0.2" "defu": "^2.0.2"
}, },
@@ -3174,9 +3174,9 @@
} }
}, },
"axios-retry": { "axios-retry": {
"version": "3.1.6", "version": "3.1.8",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.6.tgz", "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.8.tgz",
"integrity": "sha512-pqOgBcpDtKU2YIBmHaHM8XnvzuOyRBxcvnD8+25uT0JcUEF0M1jq7Rpd7dTP27P8hQTynr/GNRuhEXZBLBffOw==", "integrity": "sha512-yPw5Y4Bg6Dgmhm35KaJFtlh23s1TecW0HsUerK4/IS1UKl0gtN2aJqdEKtVomiOS/bDo5w4P3sqgki/M10eF8Q==",
"requires": { "requires": {
"is-retry-allowed": "^1.1.0" "is-retry-allowed": "^1.1.0"
} }

View File

@@ -30,7 +30,7 @@
"printWidth": 100 "printWidth": 100
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.10.1", "@nuxtjs/axios": "^5.10.2",
"@nuxtjs/gtm": "^2.2.3", "@nuxtjs/gtm": "^2.2.3",
"@nuxtjs/pwa": "^3.0.0-beta.20", "@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/robots": "^2.4.2", "@nuxtjs/robots": "^2.4.2",