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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-31 04:00:08 +00:00
committed by GitHub
parent 807491a8fd
commit c8f94a4cae
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -2117,9 +2117,9 @@
}
},
"@nuxtjs/axios": {
"version": "5.9.6",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.6.tgz",
"integrity": "sha512-jO2Qyp0xB6ZREx9suyOHpFP1Cudf7Tjs6A7e872oteBAH/KOp+cFqifi+TwN5bNEywV+N0vNEUWxHJxKyf93AQ==",
"version": "5.9.7",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.7.tgz",
"integrity": "sha512-GLL0/0HbRCbvyXtw6WjXxCzQjXrQwlip4N3ATesyytcfzYcQUAfxdKCaKBK7IRiW+V1mH1vrzbEK/iDlfxA/TQ==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2",
@@ -6014,9 +6014,9 @@
}
},
"follow-redirects": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.10.0.tgz",
"integrity": "sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz",
"integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==",
"requires": {
"debug": "^3.0.0"
}

View File

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