chore(deps): bump @nuxtjs/axios from 5.10.2 to 5.10.3

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.10.2 to 5.10.3.
- [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.2...v5.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-01 00:46:07 +00:00
committed by GitHub
parent 74ce8dcfce
commit 9c6b7b005f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2175,9 +2175,9 @@
} }
}, },
"@nuxtjs/axios": { "@nuxtjs/axios": {
"version": "5.10.2", "version": "5.10.3",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.2.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.3.tgz",
"integrity": "sha512-OIrA9gwWSxmHkUu5UNNfGkYtHu4l4c5MEhCsc9n+IgTT5u/oGgrvoVC1Kh+p0Cgqz+7IkRmyf0TKif7VoAnLLg==", "integrity": "sha512-cCPeix6S0yLftiTnD9cpZSDsCNYD5/5EB9Q9iB8WaNZsGMPcwM5XQQVFcenMIv9Dr+SvySdOUdDL9rvlfyhdkg==",
"requires": { "requires": {
"@nuxtjs/proxy": "^1.3.3", "@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2", "axios": "^0.19.2",

View File

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