Skip to content

Commit 0ec1c9a

Browse files
fix(lambda): bump form-data from 2.5.1 to 2.5.5 in /lambdas (#4672)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=form-data&package-manager=npm_and_yarn&previous-version=2.5.1&new-version=2.5.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/github-aws-runners/terraform-aws-github-runner/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cbd9e0 commit 0ec1c9a

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

lambdas/yarn.lock

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6535,7 +6535,7 @@ __metadata:
65356535
languageName: node
65366536
linkType: hard
65376537

6538-
"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8":
6538+
"combined-stream@npm:^1.0.8":
65396539
version: 1.0.8
65406540
resolution: "combined-stream@npm:1.0.8"
65416541
dependencies:
@@ -7609,28 +7609,20 @@ __metadata:
76097609
linkType: hard
76107610

76117611
"form-data@npm:^2.5.0":
7612-
version: 2.5.1
7613-
resolution: "form-data@npm:2.5.1"
7614-
dependencies:
7615-
asynckit: "npm:^0.4.0"
7616-
combined-stream: "npm:^1.0.6"
7617-
mime-types: "npm:^2.1.12"
7618-
checksum: 10c0/7e8fb913b84a7ac04074781a18d0f94735bbe82815ff35348803331f6480956ff0035db5bcf15826edee09fe01e665cfac664678f1526646a6374ee13f960e56
7619-
languageName: node
7620-
linkType: hard
7621-
7622-
"form-data@npm:^4.0.0":
7623-
version: 4.0.0
7624-
resolution: "form-data@npm:4.0.0"
7612+
version: 2.5.5
7613+
resolution: "form-data@npm:2.5.5"
76257614
dependencies:
76267615
asynckit: "npm:^0.4.0"
76277616
combined-stream: "npm:^1.0.8"
7628-
mime-types: "npm:^2.1.12"
7629-
checksum: 10c0/cb6f3ac49180be03ff07ba3ff125f9eba2ff0b277fb33c7fc47569fc5e616882c5b1c69b9904c4c4187e97dd0419dd03b134174756f296dec62041e6527e2c6e
7617+
es-set-tostringtag: "npm:^2.1.0"
7618+
hasown: "npm:^2.0.2"
7619+
mime-types: "npm:^2.1.35"
7620+
safe-buffer: "npm:^5.2.1"
7621+
checksum: 10c0/7fb70447849fc9bce4d01fe9a626f6587441f85779a2803b67f803e1ab52b0bd78db0a7acd80d944c665f68ca90936c327f1244b730719b638a0219e98b20488
76307622
languageName: node
76317623
linkType: hard
76327624

7633-
"form-data@npm:^4.0.1":
7625+
"form-data@npm:^4.0.0, form-data@npm:^4.0.1":
76347626
version: 4.0.2
76357627
resolution: "form-data@npm:4.0.2"
76367628
dependencies:
@@ -8922,7 +8914,7 @@ __metadata:
89228914
languageName: node
89238915
linkType: hard
89248916

8925-
"mime-types@npm:^2.1.12":
8917+
"mime-types@npm:^2.1.12, mime-types@npm:^2.1.35":
89268918
version: 2.1.35
89278919
resolution: "mime-types@npm:2.1.35"
89288920
dependencies:
@@ -10092,7 +10084,7 @@ __metadata:
1009210084
languageName: node
1009310085
linkType: hard
1009410086

10095-
"safe-buffer@npm:5.2.1, safe-buffer@npm:~5.2.0":
10087+
"safe-buffer@npm:5.2.1, safe-buffer@npm:^5.2.1, safe-buffer@npm:~5.2.0":
1009610088
version: 5.2.1
1009710089
resolution: "safe-buffer@npm:5.2.1"
1009810090
checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3

0 commit comments

Comments
 (0)