build(deps): update dependency axios to v1.3.1 (#4863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4862/head^2
parent
1716a308dc
commit
2611591359
|
@ -28,7 +28,7 @@
|
||||||
"@mui/icons-material": "5.11.0",
|
"@mui/icons-material": "5.11.0",
|
||||||
"@mui/material": "5.11.7",
|
"@mui/material": "5.11.7",
|
||||||
"@mui/styles": "5.11.7",
|
"@mui/styles": "5.11.7",
|
||||||
"axios": "1.3.0",
|
"axios": "1.3.1",
|
||||||
"broadcast-channel": "4.20.2",
|
"broadcast-channel": "4.20.2",
|
||||||
"classnames": "2.3.2",
|
"classnames": "2.3.2",
|
||||||
"i18next": "22.4.9",
|
"i18next": "22.4.9",
|
||||||
|
|
|
@ -25,7 +25,7 @@ specifiers:
|
||||||
'@typescript-eslint/eslint-plugin': 5.50.0
|
'@typescript-eslint/eslint-plugin': 5.50.0
|
||||||
'@typescript-eslint/parser': 5.50.0
|
'@typescript-eslint/parser': 5.50.0
|
||||||
'@vitejs/plugin-react': 3.0.1
|
'@vitejs/plugin-react': 3.0.1
|
||||||
axios: 1.3.0
|
axios: 1.3.1
|
||||||
broadcast-channel: 4.20.2
|
broadcast-channel: 4.20.2
|
||||||
classnames: 2.3.2
|
classnames: 2.3.2
|
||||||
esbuild: 0.17.5
|
esbuild: 0.17.5
|
||||||
|
@ -76,7 +76,7 @@ dependencies:
|
||||||
'@mui/icons-material': 5.11.0_m3y2ykptchyoygtoroit6l3ehq
|
'@mui/icons-material': 5.11.0_m3y2ykptchyoygtoroit6l3ehq
|
||||||
'@mui/material': 5.11.7_rqh7qj4464ntrqrt6banhaqg4q
|
'@mui/material': 5.11.7_rqh7qj4464ntrqrt6banhaqg4q
|
||||||
'@mui/styles': 5.11.7_3stiutgnnbnfnf3uowm5cip22i
|
'@mui/styles': 5.11.7_3stiutgnnbnfnf3uowm5cip22i
|
||||||
axios: 1.3.0
|
axios: 1.3.1
|
||||||
broadcast-channel: 4.20.2
|
broadcast-channel: 4.20.2
|
||||||
classnames: 2.3.2
|
classnames: 2.3.2
|
||||||
i18next: 22.4.9
|
i18next: 22.4.9
|
||||||
|
@ -4292,8 +4292,8 @@ packages:
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/axios/1.3.0:
|
/axios/1.3.1:
|
||||||
resolution: {integrity: sha512-oCye5nHhTypzkdLIvF9SaHfr8UAquqCn1KY3j8vsrjeol8yohAdGxIpRPbF1bOLsx33HOAatdfMX1yzsj2cHwg==}
|
resolution: {integrity: sha512-78pWJsQTceInlyaeBQeYZ/QgZeWS8hGeKiIJiDKQe3hEyBb7sEMq0K4gjx+Va6WHTYO4zI/RRl8qGRzn0YMadA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.1
|
follow-redirects: 1.15.1
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
|
|
Loading…
Reference in New Issue