chore(deps): bump @nuxtjs/axios from 5.9.7 to 5.10.0

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.7 to 5.10.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.9.7...v5.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-22 00:18:10 +00:00
committed by GitHub
parent d1a1c9308a
commit 976d5e2bb3
2 changed files with 14 additions and 9 deletions

21
package-lock.json generated
View File

@@ -2170,21 +2170,26 @@
}
},
"@nuxtjs/axios": {
"version": "5.9.7",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.7.tgz",
"integrity": "sha512-GLL0/0HbRCbvyXtw6WjXxCzQjXrQwlip4N3ATesyytcfzYcQUAfxdKCaKBK7IRiW+V1mH1vrzbEK/iDlfxA/TQ==",
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.0.tgz",
"integrity": "sha512-6zAvjQ/37qMzyk0OmgFI2iLAOJ6ADdm29mfRlmOKR5iR1ip3Mxzhm02O8WLcET3UrE74WuIHdli/WK/5e35bXw==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2",
"axios-retry": "^3.1.2",
"axios-retry": "^3.1.6",
"consola": "^2.11.3",
"defu": "^1.0.0"
"defu": "^2.0.2"
},
"dependencies": {
"consola": {
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
"integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw=="
},
"defu": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/defu/-/defu-2.0.2.tgz",
"integrity": "sha512-E5dO3ji0TmVcZaB/2G6Ovu5zNHbWkgCU7v+EoE/Jj1Lbwv1BB6hNNKLkio2ZLI3/e3avlO634QUhQl4iCpm3Bg=="
}
}
},
@@ -3158,9 +3163,9 @@
}
},
"axios-retry": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.2.tgz",
"integrity": "sha512-+X0mtJ3S0mmia1kTVi1eA3DAC+oWnT2A29g3CpkzcBPMT6vJm+hn/WiV9wPt/KXLHVmg5zev9mWqkPx7bHMovg==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.6.tgz",
"integrity": "sha512-pqOgBcpDtKU2YIBmHaHM8XnvzuOyRBxcvnD8+25uT0JcUEF0M1jq7Rpd7dTP27P8hQTynr/GNRuhEXZBLBffOw==",
"requires": {
"is-retry-allowed": "^1.1.0"
}