Skip to content

Commit 06a3113

Browse files
build(deps): bump form-data in the npm_and_yarn group (#151)
Bumps the npm_and_yarn group with 1 update: [form-data](https://github.com/form-data/form-data). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b652264 commit 06a3113

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
@@ -5060,6 +5060,16 @@ es-object-atoms@^1.0.0:
50605060
dependencies:
50615061
es-errors "^1.3.0"
50625062

5063+
es-set-tostringtag@^2.1.0:
5064+
version "2.1.0"
5065+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
5066+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
5067+
dependencies:
5068+
es-errors "^1.3.0"
5069+
get-intrinsic "^1.2.6"
5070+
has-tostringtag "^1.0.2"
5071+
hasown "^2.0.2"
5072+
50635073
es6-promise@^3.2.1:
50645074
version "3.3.1"
50655075
resolved "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz"
@@ -5439,12 +5449,14 @@ form-data-encoder@^2.1.2:
54395449
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
54405450

54415451
form-data@^4.0.0:
5442-
version "4.0.1"
5443-
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz"
5444-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
5452+
version "4.0.4"
5453+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5454+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
54455455
dependencies:
54465456
asynckit "^0.4.0"
54475457
combined-stream "^1.0.8"
5458+
es-set-tostringtag "^2.1.0"
5459+
hasown "^2.0.2"
54485460
mime-types "^2.1.12"
54495461

54505462
format@^0.2.0:
@@ -5718,11 +5730,18 @@ has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2:
57185730
dependencies:
57195731
es-define-property "^1.0.0"
57205732

5721-
has-symbols@^1.1.0:
5733+
has-symbols@^1.0.3, has-symbols@^1.1.0:
57225734
version "1.1.0"
57235735
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz"
57245736
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
57255737

5738+
has-tostringtag@^1.0.2:
5739+
version "1.0.2"
5740+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
5741+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
5742+
dependencies:
5743+
has-symbols "^1.0.3"
5744+
57265745
has-yarn@^3.0.0:
57275746
version "3.0.0"
57285747
resolved "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz"

0 commit comments

Comments
 (0)