Skip to content

Commit e0d964b

Browse files
chore(lambda): bump @types/node from 22.13.5 to 22.13.9 in /lambdas (#4456)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.5 to 22.13.9. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.13.5&new-version=22.13.9)](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 312b1c5 commit e0d964b

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
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.13.5",
22+
"@types/node": "^22.13.9",
2323
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.25.0",
2525
"@vercel/ncc": "^0.38.3",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.13.5",
22+
"@types/node": "^22.13.9",
2323
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.25.0",
2525
"@vercel/ncc": "^0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.13.5",
22+
"@types/node": "^22.13.9",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.25.0",
2525
"@typescript-eslint/parser": "^8.25.0",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.13.5",
20+
"@types/node": "^22.13.9",
2121
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "^0.38.3",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/aws-lambda": "^8.10.146",
2222
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
24-
"@types/node": "^22.13.5",
24+
"@types/node": "^22.13.9",
2525
"@typescript-eslint/eslint-plugin": "^8.25.0",
2626
"@typescript-eslint/parser": "^8.25.0",
2727
"@vercel/ncc": "0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.13.5",
20+
"@types/node": "^22.13.9",
2121
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.13.5",
20+
"@types/node": "^22.13.9",
2121
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "0.38.3",

lambdas/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ __metadata:
109109
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
110110
"@types/aws-lambda": "npm:^8.10.146"
111111
"@types/jest": "npm:^29.5.14"
112-
"@types/node": "npm:^22.13.5"
112+
"@types/node": "npm:^22.13.9"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
114114
"@typescript-eslint/parser": "npm:^8.25.0"
115115
"@vercel/ncc": "npm:^0.38.3"
@@ -140,7 +140,7 @@ __metadata:
140140
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
143-
"@types/node": "npm:^22.13.5"
143+
"@types/node": "npm:^22.13.9"
144144
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
145145
"@typescript-eslint/parser": "npm:^8.25.0"
146146
"@vercel/ncc": "npm:0.38.3"
@@ -169,7 +169,7 @@ __metadata:
169169
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
170170
"@types/aws-lambda": "npm:^8.10.146"
171171
"@types/jest": "npm:^29.5.14"
172-
"@types/node": "npm:^22.13.5"
172+
"@types/node": "npm:^22.13.9"
173173
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
174174
"@typescript-eslint/parser": "npm:^8.25.0"
175175
"@vercel/ncc": "npm:0.38.3"
@@ -206,7 +206,7 @@ __metadata:
206206
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
207207
"@types/aws-lambda": "npm:^8.10.146"
208208
"@types/jest": "npm:^29.5.14"
209-
"@types/node": "npm:^22.13.5"
209+
"@types/node": "npm:^22.13.9"
210210
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
211211
"@typescript-eslint/parser": "npm:^8.25.0"
212212
"@vercel/ncc": "npm:^0.38.3"
@@ -241,7 +241,7 @@ __metadata:
241241
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
242242
"@types/aws-lambda": "npm:^8.10.146"
243243
"@types/jest": "npm:^29.5.14"
244-
"@types/node": "npm:^22.13.5"
244+
"@types/node": "npm:^22.13.9"
245245
"@types/request": "npm:^2.48.12"
246246
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
247247
"@typescript-eslint/parser": "npm:^8.25.0"
@@ -271,7 +271,7 @@ __metadata:
271271
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
272272
"@types/aws-lambda": "npm:^8.10.146"
273273
"@types/jest": "npm:^29.5.14"
274-
"@types/node": "npm:^22.13.5"
274+
"@types/node": "npm:^22.13.9"
275275
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
276276
"@typescript-eslint/parser": "npm:^8.25.0"
277277
"@vercel/ncc": "npm:^0.38.3"
@@ -307,7 +307,7 @@ __metadata:
307307
"@types/aws-lambda": "npm:^8.10.146"
308308
"@types/express": "npm:^5.0.0"
309309
"@types/jest": "npm:^29.5.14"
310-
"@types/node": "npm:^22.13.5"
310+
"@types/node": "npm:^22.13.9"
311311
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
312312
"@typescript-eslint/parser": "npm:^8.25.0"
313313
"@vercel/ncc": "npm:0.38.3"
@@ -5257,12 +5257,12 @@ __metadata:
52575257
languageName: node
52585258
linkType: hard
52595259

5260-
"@types/node@npm:^22.13.5":
5261-
version: 22.13.5
5262-
resolution: "@types/node@npm:22.13.5"
5260+
"@types/node@npm:^22.13.9":
5261+
version: 22.13.9
5262+
resolution: "@types/node@npm:22.13.9"
52635263
dependencies:
52645264
undici-types: "npm:~6.20.0"
5265-
checksum: 10c0/a2e7ed7bb0690e439004779baedeb05159c5cc41ef6d81c7a6ebea5303fde4033669e1c0e41ff7453b45fd2fea8dbd55fddfcd052950c7fcae3167c970bca725
5265+
checksum: 10c0/eb6acd04169a076631dcaab712128d492cd17a1b3f10daae4a377f3d439c860c3cd3e32f4ef221671f56183b976ac7c4089f4193457314a88675ead4663438a4
52665266
languageName: node
52675267
linkType: hard
52685268

0 commit comments

Comments
 (0)