Skip to content

Commit 6625fa8

Browse files
authored
Merge pull request #677 from forcedotcom/dependabot-npm_and_yarn-form-data-2.5.5
fix(deps): bump form-data from 2.5.1 to 2.5.5
2 parents fdd5538 + 061f6f4 commit 6625fa8

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,9 +1779,9 @@ color-name@~1.1.4:
17791779
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
17801780
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
17811781

1782-
combined-stream@^1.0.6:
1782+
combined-stream@^1.0.8:
17831783
version "1.0.8"
1784-
resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
1784+
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
17851785
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
17861786
dependencies:
17871787
delayed-stream "~1.0.0"
@@ -3027,13 +3027,16 @@ foreground-child@^2.0.0:
30273027
signal-exit "^3.0.2"
30283028

30293029
form-data@^2.5.0:
3030-
version "2.5.1"
3031-
resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz"
3032-
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
3030+
version "2.5.5"
3031+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
3032+
integrity sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==
30333033
dependencies:
30343034
asynckit "^0.4.0"
3035-
combined-stream "^1.0.6"
3036-
mime-types "^2.1.12"
3035+
combined-stream "^1.0.8"
3036+
es-set-tostringtag "^2.1.0"
3037+
hasown "^2.0.2"
3038+
mime-types "^2.1.35"
3039+
safe-buffer "^5.2.1"
30373040

30383041
fromentries@^1.2.0:
30393042
version "1.3.2"
@@ -4454,7 +4457,7 @@ mime-db@1.52.0:
44544457
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
44554458
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
44564459

4457-
mime-types@^2.1.12, mime-types@^2.1.35:
4460+
mime-types@^2.1.35:
44584461
version "2.1.35"
44594462
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
44604463
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@@ -5366,7 +5369,7 @@ safe-array-concat@^1.1.3:
53665369
has-symbols "^1.1.0"
53675370
isarray "^2.0.5"
53685371

5369-
safe-buffer@^5.1.0, safe-buffer@~5.2.0:
5372+
safe-buffer@^5.1.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
53705373
version "5.2.1"
53715374
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
53725375
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

0 commit comments

Comments
 (0)