Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 7ee4346

Browse files
chore(lambda): bump @types/aws-lambda from 8.10.143 to 8.10.145 in /lambdas (#4169)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.143 to 8.10.145. <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.143&new-version=8.10.145)](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 b0c4bc9 commit 7ee4346

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Diff for: 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.143",
20+
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",

Diff for: 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.143",
20+
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",

Diff for: 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.143",
20+
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",

Diff for: 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.143",
18+
"@types/aws-lambda": "^8.10.145",
1919
"@types/jest": "^29.5.12",
2020
"@types/node": "^22.5.4",
2121
"@typescript-eslint/eslint-plugin": "^7.18.0",

Diff for: lambdas/functions/webhook/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.143",
20+
"@types/aws-lambda": "^8.10.145",
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^22.5.4",

Diff for: 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.143",
18+
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",

Diff for: 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.143",
18+
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",

Diff for: 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.662.0"
108108
"@aws-sdk/types": "npm:^3.662.0"
109109
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
110-
"@types/aws-lambda": "npm:^8.10.143"
110+
"@types/aws-lambda": "npm:^8.10.145"
111111
"@types/jest": "npm:^29.5.12"
112112
"@types/node": "npm:^22.5.4"
113113
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
@@ -138,7 +138,7 @@ __metadata:
138138
"@aws-lambda-powertools/metrics": "npm:^2.8.0"
139139
"@aws-lambda-powertools/tracer": "npm:^2.8.0"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141-
"@types/aws-lambda": "npm:^8.10.143"
141+
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.12"
144144
"@types/node": "npm:^22.5.4"
@@ -168,7 +168,7 @@ __metadata:
168168
"@aws-sdk/client-ssm": "npm:^3.662.0"
169169
"@aws-sdk/types": "npm:^3.662.0"
170170
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
171-
"@types/aws-lambda": "npm:^8.10.143"
171+
"@types/aws-lambda": "npm:^8.10.145"
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.12"
174174
"@types/node": "npm:^22.5.4"
@@ -206,7 +206,7 @@ __metadata:
206206
"@octokit/rest": "npm:20.1.1"
207207
"@octokit/types": "npm:^13.6.0"
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209-
"@types/aws-lambda": "npm:^8.10.143"
209+
"@types/aws-lambda": "npm:^8.10.145"
210210
"@types/jest": "npm:^29.5.12"
211211
"@types/node": "npm:^22.5.4"
212212
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
@@ -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.143"
244+
"@types/aws-lambda": "npm:^8.10.145"
245245
"@types/jest": "npm:^29.5.12"
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
@@ -271,7 +271,7 @@ __metadata:
271271
"@aws-sdk/types": "npm:^3.662.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.143"
274+
"@types/aws-lambda": "npm:^8.10.145"
275275
"@types/jest": "npm:^29.5.12"
276276
"@types/node": "npm:^22.5.4"
277277
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
@@ -305,7 +305,7 @@ __metadata:
305305
"@octokit/types": "npm:^13.6.0"
306306
"@octokit/webhooks": "npm:^12.2.0"
307307
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
308-
"@types/aws-lambda": "npm:^8.10.143"
308+
"@types/aws-lambda": "npm:^8.10.145"
309309
"@types/express": "npm:^4.17.21"
310310
"@types/jest": "npm:^29.5.12"
311311
"@types/node": "npm:^22.5.4"
@@ -5065,10 +5065,10 @@ __metadata:
50655065
languageName: node
50665066
linkType: hard
50675067

5068-
"@types/aws-lambda@npm:^8.10.143":
5069-
version: 8.10.143
5070-
resolution: "@types/aws-lambda@npm:8.10.143"
5071-
checksum: 10c0/1a004c8dfc9f1f99cbf0e3dd75f2c578d5518a53fc6f278791b7a7445cce380dc56513daeb2b4959823d355fb2fb690271b210af538807422b337a2e14a9aa01
5068+
"@types/aws-lambda@npm:^8.10.145":
5069+
version: 8.10.145
5070+
resolution: "@types/aws-lambda@npm:8.10.145"
5071+
checksum: 10c0/22086185f975e797aa7bfc4937be328b37901b580eba88ce2c5082f99dca722984ad9d0aab8f3ce52f62251ffc1ced09cf17517b54d7c5fb669ecf1dd27dc22d
50725072
languageName: node
50735073
linkType: hard
50745074

0 commit comments

Comments
 (0)