File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 189
189
"yarn-deduplicate" : " ^6.0.2"
190
190
},
191
191
"resolutions" : {
192
- "eslint-plugin-unicorn/@eslint/plugin-kit" : " 0.3.3"
192
+ "eslint-plugin-unicorn/@eslint/plugin-kit" : " 0.3.3" ,
193
+ "axios/form-data" : " ^4.0.4"
193
194
}
194
195
}
Original file line number Diff line number Diff line change @@ -2258,14 +2258,15 @@ foreground-child@^3.1.0:
2258
2258
cross-spawn "^7.0.6"
2259
2259
signal-exit "^4.0.1"
2260
2260
2261
- form-data@^4.0.0 :
2262
- version "4.0.2 "
2263
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2 .tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c "
2264
- integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w ==
2261
+ form-data@^4.0.0, form-data@^4.0.4 :
2262
+ version "4.0.4 "
2263
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4 .tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4 "
2264
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow ==
2265
2265
dependencies :
2266
2266
asynckit "^0.4.0"
2267
2267
combined-stream "^1.0.8"
2268
2268
es-set-tostringtag "^2.1.0"
2269
+ hasown "^2.0.2"
2269
2270
mime-types "^2.1.12"
2270
2271
2271
2272
You can’t perform that action at this time.
0 commit comments