Skip to content

Commit 1722355

Browse files
chore(lambda): bump @types/request from 2.48.12 to 2.48.13 in /lambdas (#4721)
Bumps [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request) from 2.48.12 to 2.48.13. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/request&package-manager=npm_and_yarn&previous-version=2.48.12&new-version=2.48.13)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]>
1 parent 9a63469 commit 1722355

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@aws-sdk/types": "^3.862.0",
2121
"@types/aws-lambda": "^8.10.152",
2222
"@types/node": "^22.16.5",
23-
"@types/request": "^2.48.12",
23+
"@types/request": "^2.48.13",
2424
"@vercel/ncc": "^0.38.3",
2525
"aws-sdk-client-mock": "^4.1.0",
2626
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ __metadata:
206206
"@octokit/rest": "npm:22.0.0"
207207
"@types/aws-lambda": "npm:^8.10.152"
208208
"@types/node": "npm:^22.16.5"
209-
"@types/request": "npm:^2.48.12"
209+
"@types/request": "npm:^2.48.13"
210210
"@vercel/ncc": "npm:^0.38.3"
211211
aws-sdk-client-mock: "npm:^4.1.0"
212212
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -5421,15 +5421,15 @@ __metadata:
54215421
languageName: node
54225422
linkType: hard
54235423

5424-
"@types/request@npm:^2.48.12":
5425-
version: 2.48.12
5426-
resolution: "@types/request@npm:2.48.12"
5424+
"@types/request@npm:^2.48.13":
5425+
version: 2.48.13
5426+
resolution: "@types/request@npm:2.48.13"
54275427
dependencies:
54285428
"@types/caseless": "npm:*"
54295429
"@types/node": "npm:*"
54305430
"@types/tough-cookie": "npm:*"
5431-
form-data: "npm:^2.5.0"
5432-
checksum: 10c0/dd3d03d68af95b1e1961dc51efc63023543a91a74afd481dafb441521a31baa58c42f80d3bdd0d5d4633aa777e31b17f7ff7bed5606ad3f5eb175a65148adbce
5431+
form-data: "npm:^2.5.5"
5432+
checksum: 10c0/1c6798d926a6577f213dbc04aa09945590f260ea367537c20824ff337b0a49d56e5199a6a6029e625568d97c3bbb98908bdb8d9158eb421f70a0d03ae230ff72
54335433
languageName: node
54345434
linkType: hard
54355435

@@ -7897,7 +7897,7 @@ __metadata:
78977897
languageName: node
78987898
linkType: hard
78997899

7900-
"form-data@npm:^2.5.0":
7900+
"form-data@npm:^2.5.5":
79017901
version: 2.5.5
79027902
resolution: "form-data@npm:2.5.5"
79037903
dependencies:

0 commit comments

Comments
 (0)