Skip to content

Commit 355b3d2

Browse files
chore(deps): bump form-data from 4.0.1 to 4.0.4
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.1...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7140fac commit 355b3d2

File tree

1 file changed

+44
-7
lines changed

1 file changed

+44
-7
lines changed

yarn.lock

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6441,6 +6441,16 @@ es-set-tostringtag@^2.0.3:
64416441
has-tostringtag "^1.0.2"
64426442
hasown "^2.0.1"
64436443

6444+
es-set-tostringtag@^2.1.0:
6445+
version "2.1.0"
6446+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
6447+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
6448+
dependencies:
6449+
es-errors "^1.3.0"
6450+
get-intrinsic "^1.2.6"
6451+
has-tostringtag "^1.0.2"
6452+
hasown "^2.0.2"
6453+
64446454
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
64456455
version "1.0.2"
64466456
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -7321,12 +7331,14 @@ fork-ts-checker-webpack-plugin@8.0.0:
73217331
tapable "^2.2.1"
73227332

73237333
form-data@^4.0.0, form-data@~4.0.0:
7324-
version "4.0.1"
7325-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
7326-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
7334+
version "4.0.4"
7335+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
7336+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
73277337
dependencies:
73287338
asynckit "^0.4.0"
73297339
combined-stream "^1.0.8"
7340+
es-set-tostringtag "^2.1.0"
7341+
hasown "^2.0.2"
73307342
mime-types "^2.1.12"
73317343

73327344
formidable@^2.0.1:
@@ -7487,7 +7499,7 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@
74877499
has-symbols "^1.0.3"
74887500
hasown "^2.0.0"
74897501

7490-
get-intrinsic@^1.3.0:
7502+
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
74917503
version "1.3.0"
74927504
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
74937505
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -12747,7 +12759,16 @@ string-length@^4.0.1:
1274712759
char-regex "^1.0.2"
1274812760
strip-ansi "^6.0.0"
1274912761

12750-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
12762+
"string-width-cjs@npm:string-width@^4.2.0":
12763+
version "4.2.3"
12764+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12765+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12766+
dependencies:
12767+
emoji-regex "^8.0.0"
12768+
is-fullwidth-code-point "^3.0.0"
12769+
strip-ansi "^6.0.1"
12770+
12771+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1275112772
version "4.2.3"
1275212773
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1275312774
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12856,7 +12877,14 @@ string_decoder@~1.1.1:
1285612877
dependencies:
1285712878
safe-buffer "~5.1.0"
1285812879

12859-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12880+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
12881+
version "6.0.1"
12882+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
12883+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12884+
dependencies:
12885+
ansi-regex "^5.0.1"
12886+
12887+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1286012888
version "6.0.1"
1286112889
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1286212890
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13959,7 +13987,7 @@ wordwrap@^1.0.0:
1395913987
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1396013988
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1396113989

13962-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
13990+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1396313991
version "7.0.0"
1396413992
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1396513993
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -13977,6 +14005,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1397714005
string-width "^4.1.0"
1397814006
strip-ansi "^6.0.0"
1397914007

14008+
wrap-ansi@^7.0.0:
14009+
version "7.0.0"
14010+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14011+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14012+
dependencies:
14013+
ansi-styles "^4.0.0"
14014+
string-width "^4.1.0"
14015+
strip-ansi "^6.0.0"
14016+
1398014017
wrap-ansi@^8.1.0:
1398114018
version "8.1.0"
1398214019
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)