File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 20
20
"@mui/styles" : " ^6.4.7" ,
21
21
"@mui/x-date-pickers" : " ^7.27.3" ,
22
22
"@tinymce/tinymce-react" : " ^5.0.0" ,
23
- "axios" : " ^1.8.2 " ,
23
+ "axios" : " ^1.12.0 " ,
24
24
"canvas-confetti" : " ^1.6.0" ,
25
25
"date-fns" : " ^2.24.0" ,
26
26
"dayjs" : " ^1.11.11" ,
Original file line number Diff line number Diff line change @@ -2149,13 +2149,13 @@ axe-core@^4.10.2:
2149
2149
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz"
2150
2150
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
2151
2151
2152
- axios@^1.8.2 :
2153
- version "1.8.2 "
2154
- resolved "https://registry.npmjs.org /axios/-/axios-1.8.2 .tgz"
2155
- integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg ==
2152
+ axios@^1.12.0 :
2153
+ version "1.12.0 "
2154
+ resolved "https://registry.yarnpkg.com /axios/-/axios-1.12.0 .tgz#11248459be05a5ee493485628fa0e4323d0abfc3 "
2155
+ integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg ==
2156
2156
dependencies :
2157
2157
follow-redirects "^1.15.6"
2158
- form-data "^4.0.0 "
2158
+ form-data "^4.0.4 "
2159
2159
proxy-from-env "^1.1.0"
2160
2160
2161
2161
babel-plugin-macros@^3.1.0 :
@@ -3863,23 +3863,15 @@ foreground-child@^3.1.0:
3863
3863
cross-spawn "^7.0.0"
3864
3864
signal-exit "^4.0.1"
3865
3865
3866
- form-data@^4.0.0 :
3867
- version "4.0.1"
3868
- resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz"
3869
- integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
3870
- dependencies :
3871
- asynckit "^0.4.0"
3872
- combined-stream "^1.0.8"
3873
- mime-types "^2.1.12"
3874
-
3875
- form-data@^4.0.1 :
3876
- version "4.0.2"
3877
- resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz"
3878
- integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3866
+ form-data@^4.0.1, form-data@^4.0.4 :
3867
+ version "4.0.4"
3868
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3869
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3879
3870
dependencies :
3880
3871
asynckit "^0.4.0"
3881
3872
combined-stream "^1.0.8"
3882
3873
es-set-tostringtag "^2.1.0"
3874
+ hasown "^2.0.2"
3883
3875
mime-types "^2.1.12"
3884
3876
3885
3877
fresh@~0.5.2 :
You can’t perform that action at this time.
0 commit comments