Skip to content

Commit a487f7d

Browse files
fix(lambda): bump form-data from 2.5.5 to 2.5.6 in /lambdas (github-aws-runners#5196)
Bumps [form-data](https://github.com/form-data/form-data) from 2.5.5 to 2.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/blob/master/CHANGELOG.md">form-data's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/form-data/form-data/compare/v2.5.5...v2.5.6">v2.5.6</a> - 2026-06-12</h2> <h3>Commits</h3> <ul> <li>[Fix] escape CR, LF, and <code>&quot;</code> in field names and filenames <a href="https://github.com/form-data/form-data/commit/b62031603c2d7c329b2a369b49466790f0ba6314"><code>b620316</code></a></li> <li>[Dev Deps] update <code>@ljharb/eslint-config</code>, <code>auto-changelog</code>, <code>eslint</code>, <code>tape</code> <a href="https://github.com/form-data/form-data/commit/12be578e936fd77eee75e2e656955f5343c4b80f"><code>12be578</code></a></li> <li>[Dev Deps] update <code>js-randomness-predictor</code> <a href="https://github.com/form-data/form-data/commit/46cfd23bd40be14cfa0391e1c5357c4d74098f23"><code>46cfd23</code></a></li> <li>[Tests] use <code>safe-buffer</code> so the header-injection test runs on node &lt; 4 <a href="https://github.com/form-data/form-data/commit/633044a57a7b19f41cec2271ffd24afa2f6280af"><code>633044a</code></a></li> <li>[Deps] update <code>hasown</code> <a href="https://github.com/form-data/form-data/commit/e3b96eef1661bca8ea4297de057b78bf2734e900"><code>e3b96ee</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045"><code>c713349</code></a> v2.5.6</li> <li><a href="https://github.com/form-data/form-data/commit/46cfd23bd40be14cfa0391e1c5357c4d74098f23"><code>46cfd23</code></a> [Dev Deps] update <code>js-randomness-predictor</code></li> <li><a href="https://github.com/form-data/form-data/commit/633044a57a7b19f41cec2271ffd24afa2f6280af"><code>633044a</code></a> [Tests] use <code>safe-buffer</code> so the header-injection test runs on node &lt; 4</li> <li><a href="https://github.com/form-data/form-data/commit/e3b96eef1661bca8ea4297de057b78bf2734e900"><code>e3b96ee</code></a> [Deps] update <code>hasown</code></li> <li><a href="https://github.com/form-data/form-data/commit/12be578e936fd77eee75e2e656955f5343c4b80f"><code>12be578</code></a> [Dev Deps] update <code>@ljharb/eslint-config</code>, <code>auto-changelog</code>, <code>eslint</code>, <code>tape</code></li> <li><a href="https://github.com/form-data/form-data/commit/b62031603c2d7c329b2a369b49466790f0ba6314"><code>b620316</code></a> [Fix] escape CR, LF, and <code>&quot;</code> in field names and filenames</li> <li>See full diff in <a href="https://github.com/form-data/form-data/compare/v2.5.5...v2.5.6">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c0b62b commit a487f7d

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

lambdas/yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7524,16 +7524,16 @@ __metadata:
75247524
linkType: hard
75257525

75267526
"form-data@npm:^2.5.5":
7527-
version: 2.5.5
7528-
resolution: "form-data@npm:2.5.5"
7527+
version: 2.5.6
7528+
resolution: "form-data@npm:2.5.6"
75297529
dependencies:
75307530
asynckit: "npm:^0.4.0"
75317531
combined-stream: "npm:^1.0.8"
75327532
es-set-tostringtag: "npm:^2.1.0"
7533-
hasown: "npm:^2.0.2"
7533+
hasown: "npm:^2.0.4"
75347534
mime-types: "npm:^2.1.35"
75357535
safe-buffer: "npm:^5.2.1"
7536-
checksum: 10c0/7fb70447849fc9bce4d01fe9a626f6587441f85779a2803b67f803e1ab52b0bd78db0a7acd80d944c665f68ca90936c327f1244b730719b638a0219e98b20488
7536+
checksum: 10c0/de6b085a2b0d013299ccc888b677dbdb3d2a54ef8d74982bda9ad7d928f57440abae1bc736a5b85ea01077cfb6c72e9a7752dc786304271c03bd0013ef8f08cb
75377537
languageName: node
75387538
linkType: hard
75397539

@@ -7804,6 +7804,15 @@ __metadata:
78047804
languageName: node
78057805
linkType: hard
78067806

7807+
"hasown@npm:^2.0.4":
7808+
version: 2.0.4
7809+
resolution: "hasown@npm:2.0.4"
7810+
dependencies:
7811+
function-bind: "npm:^1.1.2"
7812+
checksum: 10c0/2d8de939e270b70618f8cebb69746620db10617dbb495bc66ddad326955ea24d3ca4af133aff3eb7c1853e0218f867bc2b050ec26fe02e3aea58f880ffc5e506
7813+
languageName: node
7814+
linkType: hard
7815+
78077816
"html-escaper@npm:^2.0.0":
78087817
version: 2.0.2
78097818
resolution: "html-escaper@npm:2.0.2"

0 commit comments

Comments
 (0)