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:
committed by
GitHub
parent
d1a1c9308a
commit
976d5e2bb3
21
package-lock.json
generated
21
package-lock.json
generated
@@ -2170,21 +2170,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nuxtjs/axios": {
|
"@nuxtjs/axios": {
|
||||||
"version": "5.9.7",
|
"version": "5.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.9.7.tgz",
|
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.0.tgz",
|
||||||
"integrity": "sha512-GLL0/0HbRCbvyXtw6WjXxCzQjXrQwlip4N3ATesyytcfzYcQUAfxdKCaKBK7IRiW+V1mH1vrzbEK/iDlfxA/TQ==",
|
"integrity": "sha512-6zAvjQ/37qMzyk0OmgFI2iLAOJ6ADdm29mfRlmOKR5iR1ip3Mxzhm02O8WLcET3UrE74WuIHdli/WK/5e35bXw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nuxtjs/proxy": "^1.3.3",
|
"@nuxtjs/proxy": "^1.3.3",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"axios-retry": "^3.1.2",
|
"axios-retry": "^3.1.6",
|
||||||
"consola": "^2.11.3",
|
"consola": "^2.11.3",
|
||||||
"defu": "^1.0.0"
|
"defu": "^2.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"consola": {
|
"consola": {
|
||||||
"version": "2.11.3",
|
"version": "2.11.3",
|
||||||
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
|
||||||
"integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw=="
|
"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": {
|
"axios-retry": {
|
||||||
"version": "3.1.2",
|
"version": "3.1.6",
|
||||||
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.6.tgz",
|
||||||
"integrity": "sha512-+X0mtJ3S0mmia1kTVi1eA3DAC+oWnT2A29g3CpkzcBPMT6vJm+hn/WiV9wPt/KXLHVmg5zev9mWqkPx7bHMovg==",
|
"integrity": "sha512-pqOgBcpDtKU2YIBmHaHM8XnvzuOyRBxcvnD8+25uT0JcUEF0M1jq7Rpd7dTP27P8hQTynr/GNRuhEXZBLBffOw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"is-retry-allowed": "^1.1.0"
|
"is-retry-allowed": "^1.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"printWidth": 100
|
"printWidth": 100
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxtjs/axios": "^5.9.7",
|
"@nuxtjs/axios": "^5.10.0",
|
||||||
"@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",
|
||||||
|
|||||||
Reference in New Issue
Block a user