mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
Bump @nuxtjs/axios from 5.13.1 to 5.13.4 in /frontend (#471)
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.1 to 5.13.4. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.13.1...v5.13.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8aef326e36
commit
d2924c4587
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dansmaculotte/nuxt-security": "0.0.3",
|
"@dansmaculotte/nuxt-security": "0.0.3",
|
||||||
"@nuxtjs/axios": "5.13.1",
|
"@nuxtjs/axios": "5.13.4",
|
||||||
"@nuxtjs/proxy": "2.1.0",
|
"@nuxtjs/proxy": "2.1.0",
|
||||||
"@nuxtjs/pwa": "3.3.5",
|
"@nuxtjs/pwa": "3.3.5",
|
||||||
"chartist": "0.11.4",
|
"chartist": "0.11.4",
|
||||||
|
@ -1538,16 +1538,16 @@
|
|||||||
webpack-node-externals "^3.0.0"
|
webpack-node-externals "^3.0.0"
|
||||||
webpackbar "^4.0.0"
|
webpackbar "^4.0.0"
|
||||||
|
|
||||||
"@nuxtjs/axios@5.13.1":
|
"@nuxtjs/axios@5.13.4":
|
||||||
version "5.13.1"
|
version "5.13.4"
|
||||||
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.1.tgz#70c7444e6be8989372c249637f9287c844340f42"
|
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.4.tgz#32ef656b7fdec1e53acdfdff6fb1844a1698af1e"
|
||||||
integrity sha512-vZpXV2AAkQ5Duejubt1k3ZgUnYowYnPvmcUt0hskd+OebmQ+jF6Wk6rOG0/9EeknOxm7mtTGgKSwdlE1jDo+xA==
|
integrity sha512-RLDctJLm2erJhwKnnmII6vDmH4BLZ6mca/ndFJyamPlB9uzIVNyat2Dw+FYlJSJIDI1Mfp3NntipUiSGUqrXiw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxtjs/proxy" "^2.1.0"
|
"@nuxtjs/proxy" "^2.1.0"
|
||||||
axios "^0.21.1"
|
axios "^0.21.1"
|
||||||
axios-retry "^3.1.9"
|
axios-retry "^3.1.9"
|
||||||
consola "^2.15.3"
|
consola "^2.15.3"
|
||||||
defu "^3.2.2"
|
defu "^5.0.0"
|
||||||
|
|
||||||
"@nuxtjs/dotenv@1.4.1":
|
"@nuxtjs/dotenv@1.4.1":
|
||||||
version "1.4.1"
|
version "1.4.1"
|
||||||
@ -4045,6 +4045,11 @@ defu@^4.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/defu/-/defu-4.0.1.tgz#9d7d7a48f9295f08285d153dcff174c89b9bcb22"
|
resolved "https://registry.yarnpkg.com/defu/-/defu-4.0.1.tgz#9d7d7a48f9295f08285d153dcff174c89b9bcb22"
|
||||||
integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
|
integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
|
||||||
|
|
||||||
|
defu@^5.0.0:
|
||||||
|
version "5.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b"
|
||||||
|
integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ==
|
||||||
|
|
||||||
delayed-stream@~1.0.0:
|
delayed-stream@~1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
||||||
|
Loading…
Reference in New Issue
Block a user