Skip to content

Commit e03a49e

Browse files
fix(deps): bump form-data from 4.0.5 to 4.0.6
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b80332b commit e03a49e

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,15 +2696,15 @@ foreground-child@^3.1.0, foreground-child@^3.3.0:
26962696
signal-exit "^4.0.1"
26972697

26982698
form-data@^4.0.4, form-data@^4.0.5:
2699-
version "4.0.5"
2700-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
2701-
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
2699+
version "4.0.6"
2700+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
2701+
integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
27022702
dependencies:
27032703
asynckit "^0.4.0"
27042704
combined-stream "^1.0.8"
27052705
es-set-tostringtag "^2.1.0"
2706-
hasown "^2.0.2"
2707-
mime-types "^2.1.12"
2706+
hasown "^2.0.4"
2707+
mime-types "^2.1.35"
27082708

27092709
fromentries@^1.2.0:
27102710
version "1.3.2"
@@ -3069,6 +3069,13 @@ hasown@^2.0.2:
30693069
dependencies:
30703070
function-bind "^1.1.2"
30713071

3072+
hasown@^2.0.4:
3073+
version "2.0.4"
3074+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
3075+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
3076+
dependencies:
3077+
function-bind "^1.1.2"
3078+
30723079
hast-util-to-html@^9.0.4:
30733080
version "9.0.5"
30743081
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz#ccc673a55bb8e85775b08ac28380f72d47167005"
@@ -4151,7 +4158,7 @@ mime-db@1.52.0:
41514158
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
41524159
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
41534160

4154-
mime-types@^2.1.12:
4161+
mime-types@^2.1.35:
41554162
version "2.1.35"
41564163
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
41574164
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==

0 commit comments

Comments
 (0)