Skip to content

Commit 1bb5af1

Browse files
chore(lambda): bump @types/node from 22.10.2 to 22.13.1 in /lambdas (#4413)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.2 to 22.13.1. <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.10.2&new-version=22.13.1)](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 b21863a commit 1bb5af1

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": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.23.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": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.23.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": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.22.0",
2525
"@typescript-eslint/parser": "^8.23.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": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.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.10.2",
24+
"@types/node": "^22.13.1",
2525
"@typescript-eslint/eslint-plugin": "^8.22.0",
2626
"@typescript-eslint/parser": "^8.23.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": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.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": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.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:^4.3.0"
110110
"@types/aws-lambda": "npm:^8.10.146"
111111
"@types/jest": "npm:^29.5.14"
112-
"@types/node": "npm:^22.10.2"
112+
"@types/node": "npm:^22.13.1"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
114114
"@typescript-eslint/parser": "npm:^8.23.0"
115115
"@vercel/ncc": "npm:^0.38.3"
@@ -140,7 +140,7 @@ __metadata:
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
143-
"@types/node": "npm:^22.10.2"
143+
"@types/node": "npm:^22.13.1"
144144
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
145145
"@typescript-eslint/parser": "npm:^8.23.0"
146146
"@vercel/ncc": "npm:0.38.3"
@@ -169,7 +169,7 @@ __metadata:
169169
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
170170
"@types/aws-lambda": "npm:^8.10.146"
171171
"@types/jest": "npm:^29.5.14"
172-
"@types/node": "npm:^22.10.2"
172+
"@types/node": "npm:^22.13.1"
173173
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
174174
"@typescript-eslint/parser": "npm:^8.23.0"
175175
"@vercel/ncc": "npm:0.38.3"
@@ -206,7 +206,7 @@ __metadata:
206206
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
207207
"@types/aws-lambda": "npm:^8.10.146"
208208
"@types/jest": "npm:^29.5.14"
209-
"@types/node": "npm:^22.10.2"
209+
"@types/node": "npm:^22.13.1"
210210
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
211211
"@typescript-eslint/parser": "npm:^8.23.0"
212212
"@vercel/ncc": "npm:^0.38.3"
@@ -241,7 +241,7 @@ __metadata:
241241
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
242242
"@types/aws-lambda": "npm:^8.10.146"
243243
"@types/jest": "npm:^29.5.14"
244-
"@types/node": "npm:^22.10.2"
244+
"@types/node": "npm:^22.13.1"
245245
"@types/request": "npm:^2.48.12"
246246
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
247247
"@typescript-eslint/parser": "npm:^8.23.0"
@@ -271,7 +271,7 @@ __metadata:
271271
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
272272
"@types/aws-lambda": "npm:^8.10.146"
273273
"@types/jest": "npm:^29.5.14"
274-
"@types/node": "npm:^22.10.2"
274+
"@types/node": "npm:^22.13.1"
275275
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
276276
"@typescript-eslint/parser": "npm:^8.23.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.10.2"
310+
"@types/node": "npm:^22.13.1"
311311
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
312312
"@typescript-eslint/parser": "npm:^8.23.0"
313313
"@vercel/ncc": "npm:0.38.3"
@@ -5125,12 +5125,12 @@ __metadata:
51255125
languageName: node
51265126
linkType: hard
51275127

5128-
"@types/node@npm:^22.10.2":
5129-
version: 22.10.2
5130-
resolution: "@types/node@npm:22.10.2"
5128+
"@types/node@npm:^22.13.1":
5129+
version: 22.13.1
5130+
resolution: "@types/node@npm:22.13.1"
51315131
dependencies:
51325132
undici-types: "npm:~6.20.0"
5133-
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
5133+
checksum: 10c0/d4e56d41d8bd53de93da2651c0a0234e330bd7b1b6d071b1a94bd3b5ee2d9f387519e739c52a15c1faa4fb9d97e825b848421af4b2e50e6518011e7adb4a34b7
51345134
languageName: node
51355135
linkType: hard
51365136

0 commit comments

Comments
 (0)