Skip to content

Commit 4a27e1a

Browse files
fix(deps): 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: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 348c9a2 commit 4a27e1a

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

yarn.lock

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5723,6 +5723,16 @@ es-set-tostringtag@^2.0.1:
57235723
has "^1.0.3"
57245724
has-tostringtag "^1.0.0"
57255725

5726+
es-set-tostringtag@^2.1.0:
5727+
version "2.1.0"
5728+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
5729+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
5730+
dependencies:
5731+
es-errors "^1.3.0"
5732+
get-intrinsic "^1.2.6"
5733+
has-tostringtag "^1.0.2"
5734+
hasown "^2.0.2"
5735+
57265736
es-to-primitive@^1.2.1:
57275737
version "1.2.1"
57285738
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -6267,12 +6277,14 @@ foreground-child@^3.1.0:
62676277
signal-exit "^4.0.1"
62686278

62696279
form-data@^4.0.0:
6270-
version "4.0.0"
6271-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
6272-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
6280+
version "4.0.4"
6281+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6282+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
62736283
dependencies:
62746284
asynckit "^0.4.0"
62756285
combined-stream "^1.0.8"
6286+
es-set-tostringtag "^2.1.0"
6287+
hasown "^2.0.2"
62766288
mime-types "^2.1.12"
62776289

62786290
fraction.js@^4.3.7:
@@ -6767,6 +6779,13 @@ has-tostringtag@^1.0.0:
67676779
dependencies:
67686780
has-symbols "^1.0.2"
67696781

6782+
has-tostringtag@^1.0.2:
6783+
version "1.0.2"
6784+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
6785+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
6786+
dependencies:
6787+
has-symbols "^1.0.3"
6788+
67706789
has-value@^0.3.1:
67716790
version "0.3.1"
67726791
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"

0 commit comments

Comments
 (0)