Skip to content

Commit fdc6217

Browse files
chore(deps): Bump form-data from 3.0.2 to 3.0.5 in /examples/react-cra
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.2 to 3.0.5. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v3.0.2...v3.0.5) --- updated-dependencies: - dependency-name: form-data dependency-version: 3.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eab554e commit fdc6217

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

examples/react-cra/yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5406,6 +5406,16 @@ es-set-tostringtag@^2.0.3:
54065406
has-tostringtag "^1.0.2"
54075407
hasown "^2.0.1"
54085408

5409+
es-set-tostringtag@^2.1.0:
5410+
version "2.1.0"
5411+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
5412+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
5413+
dependencies:
5414+
es-errors "^1.3.0"
5415+
get-intrinsic "^1.2.6"
5416+
has-tostringtag "^1.0.2"
5417+
hasown "^2.0.2"
5418+
54095419
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
54105420
version "1.0.2"
54115421
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -6219,13 +6229,15 @@ fork-ts-checker-webpack-plugin@4.1.6:
62196229
worker-rpc "^0.1.0"
62206230

62216231
form-data@^3.0.0:
6222-
version "3.0.2"
6223-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.2.tgz#83ad9ced7c03feaad97e293d6f6091011e1659c8"
6224-
integrity sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==
6232+
version "3.0.5"
6233+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.5.tgz#2ea3ec24f0dcb7e0262a11efb732031240ea8e9f"
6234+
integrity sha512-j23EibVLnp4zNXGW7LjryXYa2X6U/M96yoOX+ybZxwkYajdxRNEqYY3zhh7y0i6kfISKS2jr+EJq1YTUDEv5+w==
62256235
dependencies:
62266236
asynckit "^0.4.0"
62276237
combined-stream "^1.0.8"
6228-
mime-types "^2.1.12"
6238+
es-set-tostringtag "^2.1.0"
6239+
hasown "^2.0.4"
6240+
mime-types "^2.1.35"
62296241

62306242
format@^0.2.0:
62316243
version "0.2.2"
@@ -6662,6 +6674,13 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
66626674
dependencies:
66636675
function-bind "^1.1.2"
66646676

6677+
hasown@^2.0.4:
6678+
version "2.0.4"
6679+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
6680+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
6681+
dependencies:
6682+
function-bind "^1.1.2"
6683+
66656684
hast-to-hyperscript@^10.0.1:
66666685
version "10.0.3"
66676686
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-10.0.3.tgz#808133a8a2167976cd0024255adeced27ef7e7da"
@@ -8968,7 +8987,7 @@ mime-types@2.1.18:
89688987
dependencies:
89698988
mime-db "~1.33.0"
89708989

8971-
mime-types@2.1.35, mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34:
8990+
mime-types@2.1.35, mime-types@^2.1.27, mime-types@^2.1.35, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34:
89728991
version "2.1.35"
89738992
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
89748993
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==

0 commit comments

Comments
 (0)