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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-28 00:31:56 +00:00
committed by GitHub
parent e5f8259981
commit 0bbbc5f4cd
2 changed files with 4 additions and 9 deletions

11
package-lock.json generated
View File

@@ -2117,9 +2117,9 @@
}
},
"@nuxtjs/axios": {
"version": "5.9.5",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.5.tgz",
"integrity": "sha512-5sMsl5PbNSbAOou75wN2ztDAfGi6pU12zZQvfkDBz3s9KnKST/Azfc1FLw2Y8TR4UaDv074vt20oxK+z7AnH1A==",
"version": "5.9.6",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.6.tgz",
"integrity": "sha512-jO2Qyp0xB6ZREx9suyOHpFP1Cudf7Tjs6A7e872oteBAH/KOp+cFqifi+TwN5bNEywV+N0vNEUWxHJxKyf93AQ==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2",
@@ -2132,11 +2132,6 @@
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
"integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw=="
},
"defu": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/defu/-/defu-1.0.0.tgz",
"integrity": "sha512-1Y1KRFxiiq+LYsZ3iP7xYSR8bHfmHFOUpDunZCN1ld1fGfDJWJIvkUBtjl3apnBwPuJtL/H7cwwlLYX8xPkraQ=="
}
}
},

View File

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