Skip to content

Commit f1b4850

Browse files
authored
Merge pull request #222 from salesforcecli/dependabot-npm_and_yarn-form-data-4.0.6
fix(deps): bump form-data from 4.0.5 to 4.0.6
2 parents 37e2223 + 73139a9 commit f1b4850

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
@@ -3877,15 +3877,15 @@ form-data-encoder@^2.1.2:
38773877
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
38783878

38793879
form-data@^4.0.4, form-data@^4.0.5:
3880-
version "4.0.5"
3881-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3882-
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
3880+
version "4.0.6"
3881+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
3882+
integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
38833883
dependencies:
38843884
asynckit "^0.4.0"
38853885
combined-stream "^1.0.8"
38863886
es-set-tostringtag "^2.1.0"
3887-
hasown "^2.0.2"
3888-
mime-types "^2.1.12"
3887+
hasown "^2.0.4"
3888+
mime-types "^2.1.35"
38893889

38903890
fromentries@^1.2.0:
38913891
version "1.3.2"
@@ -4254,6 +4254,13 @@ hasown@^2.0.2:
42544254
dependencies:
42554255
function-bind "^1.1.2"
42564256

4257+
hasown@^2.0.4:
4258+
version "2.0.4"
4259+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
4260+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
4261+
dependencies:
4262+
function-bind "^1.1.2"
4263+
42574264
hast-util-to-html@^9.0.4:
42584265
version "9.0.5"
42594266
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz#ccc673a55bb8e85775b08ac28380f72d47167005"
@@ -5470,7 +5477,7 @@ mime-db@1.52.0:
54705477
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
54715478
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
54725479

5473-
mime-types@^2.1.12:
5480+
mime-types@^2.1.35:
54745481
version "2.1.35"
54755482
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
54765483
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==

0 commit comments

Comments
 (0)