Skip to content

Commit 40d9bf1

Browse files
dependabot[bot]Aniket-Engg
authored andcommitted
Bump form-data from 4.0.0 to 4.0.4
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 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.0...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 584c3de commit 40d9bf1

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

yarn.lock

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12205,14 +12205,7 @@ combine-source-map@^0.8.0, combine-source-map@~0.8.0:
1220512205
lodash.memoize "~3.0.3"
1220612206
source-map "~0.5.3"
1220712207

12208-
combined-stream@^1.0.5, combined-stream@~1.0.5:
12209-
version "1.0.5"
12210-
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
12211-
integrity sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=
12212-
dependencies:
12213-
delayed-stream "~1.0.0"
12214-
12215-
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
12208+
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.5, combined-stream@~1.0.6:
1221612209
version "1.0.8"
1221712210
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
1221812211
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -14541,14 +14534,15 @@ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
1454114534
dependencies:
1454214535
es-errors "^1.3.0"
1454314536

14544-
es-set-tostringtag@^2.0.1:
14545-
version "2.0.1"
14546-
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
14547-
integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==
14537+
es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.1.0:
14538+
version "2.1.0"
14539+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
14540+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
1454814541
dependencies:
14549-
get-intrinsic "^1.1.3"
14550-
has "^1.0.3"
14551-
has-tostringtag "^1.0.0"
14542+
es-errors "^1.3.0"
14543+
get-intrinsic "^1.2.6"
14544+
has-tostringtag "^1.0.2"
14545+
hasown "^2.0.2"
1455214546

1455314547
es-shim-unscopables@^1.0.0:
1455414548
version "1.0.0"
@@ -16130,12 +16124,14 @@ form-data@^3.0.0:
1613016124
mime-types "^2.1.12"
1613116125

1613216126
form-data@^4.0.0:
16133-
version "4.0.0"
16134-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
16135-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
16127+
version "4.0.4"
16128+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
16129+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
1613616130
dependencies:
1613716131
asynckit "^0.4.0"
1613816132
combined-stream "^1.0.8"
16133+
es-set-tostringtag "^2.1.0"
16134+
hasown "^2.0.2"
1613916135
mime-types "^2.1.12"
1614016136

1614116137
form-data@~2.1.1:
@@ -16618,7 +16614,7 @@ get-intrinsic@^1.2.4:
1661816614
has-symbols "^1.0.3"
1661916615
hasown "^2.0.0"
1662016616

16621-
get-intrinsic@^1.3.0:
16617+
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
1662216618
version "1.3.0"
1662316619
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1662416620
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==

0 commit comments

Comments
 (0)