Skip to content

Commit cdb6e60

Browse files
chore(deps): bump form-data from 2.5.1 to 2.5.5
Bumps [form-data](https://github.com/form-data/form-data) from 2.5.1 to 2.5.5. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md) - [Commits](form-data/form-data@v2.5.1...v2.5.5) --- updated-dependencies: - dependency-name: form-data dependency-version: 2.5.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3d2c70 commit cdb6e60

File tree

1 file changed

+53
-13
lines changed

1 file changed

+53
-13
lines changed

yarn.lock

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6520,7 +6520,7 @@ colors@^1.4.0:
65206520
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
65216521
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
65226522

6523-
combined-stream@^1.0.6, combined-stream@^1.0.8:
6523+
combined-stream@^1.0.8:
65246524
version "1.0.8"
65256525
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
65266526
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -7803,6 +7803,16 @@ es-set-tostringtag@^2.0.3:
78037803
has-tostringtag "^1.0.2"
78047804
hasown "^2.0.1"
78057805

7806+
es-set-tostringtag@^2.1.0:
7807+
version "2.1.0"
7808+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
7809+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
7810+
dependencies:
7811+
es-errors "^1.3.0"
7812+
get-intrinsic "^1.2.6"
7813+
has-tostringtag "^1.0.2"
7814+
hasown "^2.0.2"
7815+
78067816
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
78077817
version "1.0.2"
78087818
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -8602,21 +8612,26 @@ foreground-child@^3.1.0, foreground-child@^3.3.0:
86028612
signal-exit "^4.0.1"
86038613

86048614
form-data@^2.5.0:
8605-
version "2.5.1"
8606-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
8607-
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
8615+
version "2.5.5"
8616+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
8617+
integrity sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==
86088618
dependencies:
86098619
asynckit "^0.4.0"
8610-
combined-stream "^1.0.6"
8611-
mime-types "^2.1.12"
8620+
combined-stream "^1.0.8"
8621+
es-set-tostringtag "^2.1.0"
8622+
hasown "^2.0.2"
8623+
mime-types "^2.1.35"
8624+
safe-buffer "^5.2.1"
86128625

86138626
form-data@^4.0.0:
8614-
version "4.0.0"
8615-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
8616-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
8627+
version "4.0.4"
8628+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
8629+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
86178630
dependencies:
86188631
asynckit "^0.4.0"
86198632
combined-stream "^1.0.8"
8633+
es-set-tostringtag "^2.1.0"
8634+
hasown "^2.0.2"
86208635
mime-types "^2.1.12"
86218636

86228637
formidable@^1.2.1:
@@ -8781,7 +8796,7 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@
87818796
has-symbols "^1.0.3"
87828797
hasown "^2.0.0"
87838798

8784-
get-intrinsic@^1.3.0:
8799+
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
87858800
version "1.3.0"
87868801
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
87878802
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -14372,7 +14387,16 @@ string-argv@~0.3.1:
1437214387
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
1437314388
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
1437414389

14375-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3:
14390+
"string-width-cjs@npm:string-width@^4.2.0":
14391+
version "4.2.3"
14392+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14393+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
14394+
dependencies:
14395+
emoji-regex "^8.0.0"
14396+
is-fullwidth-code-point "^3.0.0"
14397+
strip-ansi "^6.0.1"
14398+
14399+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3:
1437614400
version "4.2.3"
1437714401
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1437814402
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14487,7 +14511,14 @@ stringify-entities@^4.0.0:
1448714511
character-entities-html4 "^2.0.0"
1448814512
character-entities-legacy "^3.0.0"
1448914513

14490-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.1:
14514+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
14515+
version "6.0.1"
14516+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14517+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14518+
dependencies:
14519+
ansi-regex "^5.0.1"
14520+
14521+
strip-ansi@6.0.1, strip-ansi@^6.0.1:
1449114522
version "6.0.1"
1449214523
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1449314524
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15967,7 +15998,7 @@ workerpool@^6.5.1:
1596715998
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1596815999
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1596916000

15970-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16001+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1597116002
version "7.0.0"
1597216003
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1597316004
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15994,6 +16025,15 @@ wrap-ansi@^6.2.0:
1599416025
string-width "^4.1.0"
1599516026
strip-ansi "^6.0.0"
1599616027

16028+
wrap-ansi@^7.0.0:
16029+
version "7.0.0"
16030+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
16031+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
16032+
dependencies:
16033+
ansi-styles "^4.0.0"
16034+
string-width "^4.1.0"
16035+
strip-ansi "^6.0.0"
16036+
1599716037
wrap-ansi@^8.1.0:
1599816038
version "8.1.0"
1599916039
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)