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