Skip to content

Commit d48088c

Browse files
chore: Bump form-data from 4.0.0 to 4.0.4 (#46)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 259840f commit d48088c

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,16 @@ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
706706
dependencies:
707707
es-errors "^1.3.0"
708708

709+
es-set-tostringtag@^2.1.0:
710+
version "2.1.0"
711+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
712+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
713+
dependencies:
714+
es-errors "^1.3.0"
715+
get-intrinsic "^1.2.6"
716+
has-tostringtag "^1.0.2"
717+
hasown "^2.0.2"
718+
709719
escalade@^3.1.1:
710720
version "3.1.1"
711721
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -881,12 +891,14 @@ foreground-child@^3.1.0:
881891
signal-exit "^4.0.1"
882892

883893
form-data@^4.0.0:
884-
version "4.0.0"
885-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
886-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
894+
version "4.0.4"
895+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
896+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
887897
dependencies:
888898
asynckit "^0.4.0"
889899
combined-stream "^1.0.8"
900+
es-set-tostringtag "^2.1.0"
901+
hasown "^2.0.2"
890902
mime-types "^2.1.12"
891903

892904
formidable@^3.5.1:
@@ -948,7 +960,7 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.4:
948960
has-symbols "^1.0.3"
949961
hasown "^2.0.0"
950962

951-
get-intrinsic@^1.2.5, get-intrinsic@^1.3.0:
963+
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
952964
version "1.3.0"
953965
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
954966
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -1067,6 +1079,13 @@ has-symbols@^1.1.0:
10671079
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
10681080
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
10691081

1082+
has-tostringtag@^1.0.2:
1083+
version "1.0.2"
1084+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
1085+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
1086+
dependencies:
1087+
has-symbols "^1.0.3"
1088+
10701089
hasown@^2.0.0, hasown@^2.0.2:
10711090
version "2.0.2"
10721091
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"

0 commit comments

Comments
 (0)