Merge pull request #450 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/axios-5.9.0

⬆️ Bump @nuxtjs/axios from 5.8.0 to 5.9.0
This commit is contained in:
Liyas Thomas
2019-12-21 06:28:34 +05:30
committed by GitHub
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",