Skip to content

Commit 643e45c

Browse files
authored
chore: revert force-upgrade of form-data (#6145)
1 parent 982d5ad commit 643e45c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
"yarn-deduplicate": "^6.0.2"
190190
},
191191
"resolutions": {
192-
"eslint-plugin-unicorn/@eslint/plugin-kit": "0.3.3",
193-
"axios/form-data": "^4.0.4"
192+
"eslint-plugin-unicorn/@eslint/plugin-kit": "0.3.3"
194193
}
195194
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ foreground-child@^3.1.0:
22582258
cross-spawn "^7.0.6"
22592259
signal-exit "^4.0.1"
22602260

2261-
form-data@^4.0.0, form-data@^4.0.4:
2261+
form-data@^4.0.0:
22622262
version "4.0.4"
22632263
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
22642264
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)