build(deps): update dependency axios to v1 (#4131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4323/head
parent
b570e29879
commit
908d7e02f7
|
@ -28,7 +28,7 @@
|
|||
"@mui/icons-material": "5.10.9",
|
||||
"@mui/material": "5.10.12",
|
||||
"@mui/styles": "5.10.10",
|
||||
"axios": "0.27.2",
|
||||
"axios": "1.1.3",
|
||||
"broadcast-channel": "4.18.1",
|
||||
"classnames": "2.3.2",
|
||||
"i18next": "22.0.4",
|
||||
|
|
|
@ -24,7 +24,7 @@ specifiers:
|
|||
'@typescript-eslint/eslint-plugin': 5.42.0
|
||||
'@typescript-eslint/parser': 5.42.0
|
||||
'@vitejs/plugin-react': 2.2.0
|
||||
axios: 0.27.2
|
||||
axios: 1.1.3
|
||||
broadcast-channel: 4.18.1
|
||||
classnames: 2.3.2
|
||||
esbuild: 0.15.12
|
||||
|
@ -76,7 +76,7 @@ dependencies:
|
|||
'@mui/icons-material': 5.10.9_pyu3bnv7xtproabsf64djpmivq
|
||||
'@mui/material': 5.10.12_thp4wrxo45nyllusrnt46mid4u
|
||||
'@mui/styles': 5.10.10_fan5qbzahqtxlm5dzefqlqx5ia
|
||||
axios: 0.27.2
|
||||
axios: 1.1.3
|
||||
broadcast-channel: 4.18.1
|
||||
classnames: 2.3.2
|
||||
i18next: 22.0.4
|
||||
|
@ -4163,11 +4163,12 @@ packages:
|
|||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/axios/0.27.2:
|
||||
resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==}
|
||||
/axios/1.1.3:
|
||||
resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.1
|
||||
form-data: 4.0.0
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
@ -8177,6 +8178,10 @@ packages:
|
|||
object-assign: 4.1.1
|
||||
react-is: 16.13.1
|
||||
|
||||
/proxy-from-env/1.1.0:
|
||||
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
||||
dev: false
|
||||
|
||||
/psl/1.9.0:
|
||||
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue