Skip to content

Commit 95356f9

Browse files
chore(lambda): bump @types/aws-lambda from 8.10.155 to 8.10.159 in /lambdas (#4996)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.155 to 8.10.159. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/aws-lambda&package-manager=npm_and_yarn&previous-version=8.10.155&new-version=8.10.159)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ee410a commit 95356f9

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@aws-sdk/types": "^3.957.0",
21-
"@types/aws-lambda": "^8.10.155",
21+
"@types/aws-lambda": "^8.10.159",
2222
"@vercel/ncc": "^0.38.4",
2323
"aws-sdk-client-mock": "^4.1.0",
2424
"aws-sdk-client-mock-jest": "^4.1.0"

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@aws-sdk/types": "^3.957.0",
2121
"@octokit/types": "^16.0.0",
22-
"@types/aws-lambda": "^8.10.155",
22+
"@types/aws-lambda": "^8.10.159",
2323
"@types/node": "^22.19.3",
2424
"@vercel/ncc": "^0.38.4",
2525
"aws-sdk-client-mock": "^4.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@aws-sdk/types": "^3.957.0",
21-
"@types/aws-lambda": "^8.10.155",
21+
"@types/aws-lambda": "^8.10.159",
2222
"@types/node": "^22.19.3",
2323
"@types/request": "^2.48.13",
2424
"@vercel/ncc": "^0.38.4",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@aws-sdk/types": "^3.957.0",
19-
"@types/aws-lambda": "^8.10.155",
19+
"@types/aws-lambda": "^8.10.159",
2020
"@types/node": "^22.19.3",
2121
"@vercel/ncc": "^0.38.4",
2222
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@aws-sdk/client-eventbridge": "^3.958.0",
2121
"@octokit/webhooks-types": "^7.6.1",
22-
"@types/aws-lambda": "^8.10.155",
22+
"@types/aws-lambda": "^8.10.159",
2323
"@types/express": "^5.0.3",
2424
"@types/node": "^22.19.3",
2525
"@vercel/ncc": "0.38.4",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn build && yarn format && yarn lint && yarn test"
1616
},
1717
"devDependencies": {
18-
"@types/aws-lambda": "^8.10.155",
18+
"@types/aws-lambda": "^8.10.159",
1919
"@types/node": "^22.19.3",
2020
"body-parser": "^2.2.1"
2121
},

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@aws-sdk/types": "^3.957.0",
19-
"@types/aws-lambda": "^8.10.155",
19+
"@types/aws-lambda": "^8.10.159",
2020
"@types/node": "^22.19.3",
2121
"aws-sdk-client-mock": "^4.1.0",
2222
"aws-sdk-client-mock-jest": "^4.1.0"

lambdas/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ __metadata:
106106
"@aws-sdk/client-ec2": "npm:^3.958.0"
107107
"@aws-sdk/client-ssm": "npm:^3.958.0"
108108
"@aws-sdk/types": "npm:^3.957.0"
109-
"@types/aws-lambda": "npm:^8.10.155"
109+
"@types/aws-lambda": "npm:^8.10.159"
110110
"@vercel/ncc": "npm:^0.38.4"
111111
aws-sdk-client-mock: "npm:^4.1.0"
112112
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -121,7 +121,7 @@ __metadata:
121121
"@aws-lambda-powertools/logger": "npm:^2.30.0"
122122
"@aws-lambda-powertools/metrics": "npm:^2.30.0"
123123
"@aws-lambda-powertools/tracer": "npm:^2.30.0"
124-
"@types/aws-lambda": "npm:^8.10.155"
124+
"@types/aws-lambda": "npm:^8.10.159"
125125
"@types/node": "npm:^22.19.3"
126126
aws-lambda: "npm:^1.0.7"
127127
body-parser: "npm:^2.2.1"
@@ -135,7 +135,7 @@ __metadata:
135135
"@aws-github-runner/aws-powertools-util": "npm:*"
136136
"@aws-sdk/client-ssm": "npm:^3.958.0"
137137
"@aws-sdk/types": "npm:^3.957.0"
138-
"@types/aws-lambda": "npm:^8.10.155"
138+
"@types/aws-lambda": "npm:^8.10.159"
139139
"@types/node": "npm:^22.19.3"
140140
aws-sdk-client-mock: "npm:^4.1.0"
141141
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -158,7 +158,7 @@ __metadata:
158158
"@octokit/plugin-throttling": "npm:11.0.3"
159159
"@octokit/rest": "npm:22.0.1"
160160
"@octokit/types": "npm:^16.0.0"
161-
"@types/aws-lambda": "npm:^8.10.155"
161+
"@types/aws-lambda": "npm:^8.10.159"
162162
"@types/node": "npm:^22.19.3"
163163
"@vercel/ncc": "npm:^0.38.4"
164164
aws-sdk-client-mock: "npm:^4.1.0"
@@ -181,7 +181,7 @@ __metadata:
181181
"@aws-sdk/types": "npm:^3.957.0"
182182
"@middy/core": "npm:^6.4.5"
183183
"@octokit/rest": "npm:22.0.1"
184-
"@types/aws-lambda": "npm:^8.10.155"
184+
"@types/aws-lambda": "npm:^8.10.159"
185185
"@types/node": "npm:^22.19.3"
186186
"@types/request": "npm:^2.48.13"
187187
"@vercel/ncc": "npm:^0.38.4"
@@ -200,7 +200,7 @@ __metadata:
200200
"@aws-sdk/client-ec2": "npm:^3.958.0"
201201
"@aws-sdk/types": "npm:^3.957.0"
202202
"@middy/core": "npm:^6.4.5"
203-
"@types/aws-lambda": "npm:^8.10.155"
203+
"@types/aws-lambda": "npm:^8.10.159"
204204
"@types/node": "npm:^22.19.3"
205205
"@vercel/ncc": "npm:^0.38.4"
206206
aws-sdk-client-mock: "npm:^4.1.0"
@@ -221,7 +221,7 @@ __metadata:
221221
"@octokit/types": "npm:^16.0.0"
222222
"@octokit/webhooks": "npm:^14.2.0"
223223
"@octokit/webhooks-types": "npm:^7.6.1"
224-
"@types/aws-lambda": "npm:^8.10.155"
224+
"@types/aws-lambda": "npm:^8.10.159"
225225
"@types/express": "npm:^5.0.3"
226226
"@types/node": "npm:^22.19.3"
227227
"@vercel/ncc": "npm:0.38.4"
@@ -5114,10 +5114,10 @@ __metadata:
51145114
languageName: node
51155115
linkType: hard
51165116

5117-
"@types/aws-lambda@npm:^8.10.155":
5118-
version: 8.10.155
5119-
resolution: "@types/aws-lambda@npm:8.10.155"
5120-
checksum: 10c0/13152e02990feb563a30a47c72be00618cd5e3d30347f095dadb401ad22647958e2c94312f1529fd604c2d4521bf28e8793d2a0fad6f5c7334e7e1bab8facc83
5117+
"@types/aws-lambda@npm:^8.10.159":
5118+
version: 8.10.159
5119+
resolution: "@types/aws-lambda@npm:8.10.159"
5120+
checksum: 10c0/87d2b01949c47a13f4b8c97372e4b028b3faa5d421a23770be47a86f8ebcd74e7eea0179b552055ca58383854141bafb039da2d90e4e2a030c3b8e9a743ed9ec
51215121
languageName: node
51225122
linkType: hard
51235123

0 commit comments

Comments
 (0)