Skip to content

Commit e51f4dc

Browse files
chore(lambda): bump @types/aws-lambda from 8.10.147 to 8.10.152 in /lambdas (#4684)
[![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.147&new-version=8.10.152)](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>
1 parent bd5723a commit e51f4dc

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.840.0",
21-
"@types/aws-lambda": "^8.10.147",
21+
"@types/aws-lambda": "^8.10.152",
2222
"@vercel/ncc": "^0.38.3",
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.840.0",
2121
"@octokit/types": "^14.1.0",
22-
"@types/aws-lambda": "^8.10.147",
22+
"@types/aws-lambda": "^8.10.152",
2323
"@types/node": "^22.16.5",
2424
"@vercel/ncc": "^0.38.3",
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.840.0",
21-
"@types/aws-lambda": "^8.10.147",
21+
"@types/aws-lambda": "^8.10.152",
2222
"@types/node": "^22.16.5",
2323
"@types/request": "^2.48.12",
2424
"@vercel/ncc": "^0.38.3",

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.840.0",
19-
"@types/aws-lambda": "^8.10.147",
19+
"@types/aws-lambda": "^8.10.152",
2020
"@types/node": "^22.16.5",
2121
"@vercel/ncc": "^0.38.3",
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.848.0",
2121
"@octokit/webhooks-types": "^7.6.1",
22-
"@types/aws-lambda": "^8.10.147",
22+
"@types/aws-lambda": "^8.10.152",
2323
"@types/express": "^5.0.0",
2424
"@types/node": "^22.16.5",
2525
"@vercel/ncc": "0.38.3",

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.147",
18+
"@types/aws-lambda": "^8.10.152",
1919
"@types/node": "^22.16.5",
2020
"body-parser": "^2.2.0"
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.840.0",
19-
"@types/aws-lambda": "^8.10.147",
19+
"@types/aws-lambda": "^8.10.152",
2020
"@types/node": "^22.16.5",
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
@@ -129,7 +129,7 @@ __metadata:
129129
"@aws-sdk/client-ec2": "npm:^3.852.0"
130130
"@aws-sdk/client-ssm": "npm:^3.849.0"
131131
"@aws-sdk/types": "npm:^3.840.0"
132-
"@types/aws-lambda": "npm:^8.10.147"
132+
"@types/aws-lambda": "npm:^8.10.152"
133133
"@vercel/ncc": "npm:^0.38.3"
134134
aws-sdk-client-mock: "npm:^4.1.0"
135135
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -144,7 +144,7 @@ __metadata:
144144
"@aws-lambda-powertools/logger": "npm:^2.24.0"
145145
"@aws-lambda-powertools/metrics": "npm:^2.24.0"
146146
"@aws-lambda-powertools/tracer": "npm:^2.24.0"
147-
"@types/aws-lambda": "npm:^8.10.147"
147+
"@types/aws-lambda": "npm:^8.10.152"
148148
"@types/node": "npm:^22.16.5"
149149
aws-lambda: "npm:^1.0.7"
150150
body-parser: "npm:^2.2.0"
@@ -158,7 +158,7 @@ __metadata:
158158
"@aws-github-runner/aws-powertools-util": "npm:*"
159159
"@aws-sdk/client-ssm": "npm:^3.849.0"
160160
"@aws-sdk/types": "npm:^3.840.0"
161-
"@types/aws-lambda": "npm:^8.10.147"
161+
"@types/aws-lambda": "npm:^8.10.152"
162162
"@types/node": "npm:^22.16.5"
163163
aws-sdk-client-mock: "npm:^4.1.0"
164164
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -181,7 +181,7 @@ __metadata:
181181
"@octokit/plugin-throttling": "npm:11.0.1"
182182
"@octokit/rest": "npm:22.0.0"
183183
"@octokit/types": "npm:^14.1.0"
184-
"@types/aws-lambda": "npm:^8.10.147"
184+
"@types/aws-lambda": "npm:^8.10.152"
185185
"@types/node": "npm:^22.16.5"
186186
"@vercel/ncc": "npm:^0.38.3"
187187
aws-sdk-client-mock: "npm:^4.1.0"
@@ -204,7 +204,7 @@ __metadata:
204204
"@aws-sdk/types": "npm:^3.840.0"
205205
"@middy/core": "npm:^6.4.1"
206206
"@octokit/rest": "npm:22.0.0"
207-
"@types/aws-lambda": "npm:^8.10.147"
207+
"@types/aws-lambda": "npm:^8.10.152"
208208
"@types/node": "npm:^22.16.5"
209209
"@types/request": "npm:^2.48.12"
210210
"@vercel/ncc": "npm:^0.38.3"
@@ -223,7 +223,7 @@ __metadata:
223223
"@aws-sdk/client-ec2": "npm:^3.852.0"
224224
"@aws-sdk/types": "npm:^3.840.0"
225225
"@middy/core": "npm:^6.4.1"
226-
"@types/aws-lambda": "npm:^8.10.147"
226+
"@types/aws-lambda": "npm:^8.10.152"
227227
"@types/node": "npm:^22.16.5"
228228
"@vercel/ncc": "npm:^0.38.3"
229229
aws-sdk-client-mock: "npm:^4.1.0"
@@ -244,7 +244,7 @@ __metadata:
244244
"@octokit/types": "npm:^14.1.0"
245245
"@octokit/webhooks": "npm:^14.1.1"
246246
"@octokit/webhooks-types": "npm:^7.6.1"
247-
"@types/aws-lambda": "npm:^8.10.147"
247+
"@types/aws-lambda": "npm:^8.10.152"
248248
"@types/express": "npm:^5.0.0"
249249
"@types/node": "npm:^22.16.5"
250250
"@vercel/ncc": "npm:0.38.3"
@@ -5124,10 +5124,10 @@ __metadata:
51245124
languageName: node
51255125
linkType: hard
51265126

5127-
"@types/aws-lambda@npm:^8.10.147":
5128-
version: 8.10.147
5129-
resolution: "@types/aws-lambda@npm:8.10.147"
5130-
checksum: 10c0/c77bcb18a935fb26f5b1164aaadf46b3d11d6c001a95c6e9f2ff72f7d9ed4e7f28075a3abf9f9585cc75510acbc29c7a6441e66727902eae1bd39ac8dc28351e
5127+
"@types/aws-lambda@npm:^8.10.152":
5128+
version: 8.10.152
5129+
resolution: "@types/aws-lambda@npm:8.10.152"
5130+
checksum: 10c0/ddb3858d961b88a3c5eb947ddd8890bf6d0ae8d24ce5bf7d4fd8b54f7d45646864da10cdde038755d191e834201624a40eb3240dbe48f633f4dd18137ac2e3d7
51315131
languageName: node
51325132
linkType: hard
51335133

0 commit comments

Comments
 (0)