Skip to content

Commit 982d5ad

Browse files
authored
Use form-data ^4.0.4 (#6144)
Fix advisory: GHSA-fjxv-7rqg-78g4
1 parent 4f6f9f2 commit 982d5ad

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"yarn-deduplicate": "^6.0.2"
190190
},
191191
"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"
193194
}
194195
}

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,14 +2258,15 @@ foreground-child@^3.1.0:
22582258
cross-spawn "^7.0.6"
22592259
signal-exit "^4.0.1"
22602260

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==
22652265
dependencies:
22662266
asynckit "^0.4.0"
22672267
combined-stream "^1.0.8"
22682268
es-set-tostringtag "^2.1.0"
2269+
hasown "^2.0.2"
22692270
mime-types "^2.1.12"
22702271

22712272

0 commit comments

Comments
 (0)