⬆️ Bump @nuxtjs/axios from 5.8.0 to 5.9.0

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.8.0 to 5.9.0.
- [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.8.0...v5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-21 00:33:16 +00:00
committed by GitHub
parent a3666b3d44
commit 305a8f74b0
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@@ -1413,15 +1413,22 @@
}
},
"@nuxtjs/axios": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.8.0.tgz",
"integrity": "sha512-1+I2mTUuydKkY/Jz1InpLpkGWpReO5USNWxZpPaQL3py4Kv3sDF83ll/uHGngosyXr+OKBXoALRLCjmwSY77lg==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.0.tgz",
"integrity": "sha512-jc3KOHlFA5zdijiuYSRk0nzmqGSoP30LasD5J5XxUDpc/YlzwAL+Z0+kLcU5IwlrEDkg4VwkhZd/9OG6RkA2CQ==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.0",
"axios-retry": "^3.1.2",
"consola": "^2.10.1",
"consola": "^2.11.1",
"defu": "^0.0.3"
},
"dependencies": {
"consola": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.1.tgz",
"integrity": "sha512-zFH/xFAE/KHJiWqwyTEDmdFe34Swc0pqMKJeowTvR3irepx8kKPu8bjaKzRd+RLjLH+0TvFxFBnohbSUQ+hOsw=="
}
}
},
"@nuxtjs/google-analytics": {

View File

@@ -18,7 +18,7 @@
"test": "start-server-and-test dev http://localhost:3000 e2e"
},
"dependencies": {
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/axios": "^5.9.0",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/pwa": "^3.0.0-beta.19",