Skip to content

Commit 9828dd1

Browse files
chore(lambda): bump @types/aws-lambda from 8.10.145 to 8.10.146 in /lambdas (#4325)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.145 to 8.10.146. <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.145&new-version=8.10.146)](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 68cba47 commit 9828dd1

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
20-
"@types/aws-lambda": "^8.10.145",
20+
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.18.1",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
20-
"@types/aws-lambda": "^8.10.145",
20+
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.18.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
20-
"@types/aws-lambda": "^8.10.145",
20+
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@types/request": "^2.48.12",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
18-
"@types/aws-lambda": "^8.10.145",
18+
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.18.1",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@aws-sdk/client-eventbridge": "^3.714.0",
2020
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
21-
"@types/aws-lambda": "^8.10.145",
21+
"@types/aws-lambda": "^8.10.146",
2222
"@types/express": "^4.17.21",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.10.2",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
18-
"@types/aws-lambda": "^8.10.145",
18+
"@types/aws-lambda": "^8.10.146",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.10.2",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
18-
"@types/aws-lambda": "^8.10.145",
18+
"@types/aws-lambda": "^8.10.146",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.10.2",

lambdas/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ __metadata:
107107
"@aws-sdk/client-ssm": "npm:^3.714.0"
108108
"@aws-sdk/types": "npm:^3.714.0"
109109
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
110-
"@types/aws-lambda": "npm:^8.10.145"
110+
"@types/aws-lambda": "npm:^8.10.146"
111111
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.10.2"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
@@ -138,7 +138,7 @@ __metadata:
138138
"@aws-lambda-powertools/metrics": "npm:^2.12.0"
139139
"@aws-lambda-powertools/tracer": "npm:^2.12.0"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141-
"@types/aws-lambda": "npm:^8.10.145"
141+
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.10.2"
@@ -168,7 +168,7 @@ __metadata:
168168
"@aws-sdk/client-ssm": "npm:^3.714.0"
169169
"@aws-sdk/types": "npm:^3.714.0"
170170
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
171-
"@types/aws-lambda": "npm:^8.10.145"
171+
"@types/aws-lambda": "npm:^8.10.146"
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.10.2"
@@ -206,7 +206,7 @@ __metadata:
206206
"@octokit/rest": "npm:20.1.1"
207207
"@octokit/types": "npm:^13.6.2"
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209-
"@types/aws-lambda": "npm:^8.10.145"
209+
"@types/aws-lambda": "npm:^8.10.146"
210210
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.10.2"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
@@ -241,7 +241,7 @@ __metadata:
241241
"@middy/core": "npm:^4.7.0"
242242
"@octokit/rest": "npm:20.1.1"
243243
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
244-
"@types/aws-lambda": "npm:^8.10.145"
244+
"@types/aws-lambda": "npm:^8.10.146"
245245
"@types/jest": "npm:^29.5.14"
246246
"@types/node": "npm:^22.10.2"
247247
"@types/request": "npm:^2.48.12"
@@ -271,7 +271,7 @@ __metadata:
271271
"@aws-sdk/types": "npm:^3.714.0"
272272
"@middy/core": "npm:^4.7.0"
273273
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
274-
"@types/aws-lambda": "npm:^8.10.145"
274+
"@types/aws-lambda": "npm:^8.10.146"
275275
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.10.2"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
@@ -306,7 +306,7 @@ __metadata:
306306
"@octokit/types": "npm:^13.6.2"
307307
"@octokit/webhooks": "npm:^12.3.1"
308308
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
309-
"@types/aws-lambda": "npm:^8.10.145"
309+
"@types/aws-lambda": "npm:^8.10.146"
310310
"@types/express": "npm:^4.17.21"
311311
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.10.2"
@@ -5062,10 +5062,10 @@ __metadata:
50625062
languageName: node
50635063
linkType: hard
50645064

5065-
"@types/aws-lambda@npm:^8.10.145":
5066-
version: 8.10.145
5067-
resolution: "@types/aws-lambda@npm:8.10.145"
5068-
checksum: 10c0/22086185f975e797aa7bfc4937be328b37901b580eba88ce2c5082f99dca722984ad9d0aab8f3ce52f62251ffc1ced09cf17517b54d7c5fb669ecf1dd27dc22d
5065+
"@types/aws-lambda@npm:^8.10.146":
5066+
version: 8.10.146
5067+
resolution: "@types/aws-lambda@npm:8.10.146"
5068+
checksum: 10c0/372ea946e17e3f66523dd66b231cf7d1c10b34633c4f1e03dadb6414b9a4e20423e7437e57f359327b5c2dd89ba3c5c24e8029b6ef40b8cc872d3f32123e59ff
50695069
languageName: node
50705070
linkType: hard
50715071

0 commit comments

Comments
 (0)