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

Commit 9da1d19

Browse files
chore(lambda): bump @types/node from 22.5.4 to 22.9.0 in /lambdas (#4240)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.4 to 22.9.0. <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.5.4&new-version=22.9.0)](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 0837185 commit 9da1d19

File tree

8 files changed

+25
-16
lines changed

8 files changed

+25
-16
lines changed

Diff for: 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.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.5.4",
22+
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.13.0",
2525
"@vercel/ncc": "^0.38.2",

Diff for: 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.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.5.4",
22+
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.13.0",
2525
"@vercel/ncc": "^0.38.2",

Diff for: 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.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.5.4",
22+
"@types/node": "^22.9.0",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.13.0",

Diff for: 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.145",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.5.4",
20+
"@types/node": "^22.9.0",
2121
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.13.0",
2323
"@vercel/ncc": "^0.38.2",

Diff for: 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.145",
2222
"@types/express": "^4.17.21",
2323
"@types/jest": "^29.5.14",
24-
"@types/node": "^22.5.4",
24+
"@types/node": "^22.9.0",
2525
"@typescript-eslint/eslint-plugin": "^8.9.0",
2626
"@typescript-eslint/parser": "^8.13.0",
2727
"@vercel/ncc": "0.38.2",

Diff for: lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
21-
"@types/node": "^22.5.4",
21+
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.13.0",
2424
"@vercel/ncc": "0.38.2",

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
21-
"@types/node": "^22.5.4",
21+
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.13.0",
2424
"@vercel/ncc": "0.38.2",

Diff for: lambdas/yarn.lock

+18-9
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.145"
111111
"@types/jest": "npm:^29.5.14"
112-
"@types/node": "npm:^22.5.4"
112+
"@types/node": "npm:^22.9.0"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114114
"@typescript-eslint/parser": "npm:^8.13.0"
115115
"@vercel/ncc": "npm:^0.38.2"
@@ -141,7 +141,7 @@ __metadata:
141141
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.14"
144-
"@types/node": "npm:^22.5.4"
144+
"@types/node": "npm:^22.9.0"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146146
"@typescript-eslint/parser": "npm:^8.13.0"
147147
"@vercel/ncc": "npm:0.38.2"
@@ -171,7 +171,7 @@ __metadata:
171171
"@types/aws-lambda": "npm:^8.10.145"
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.14"
174-
"@types/node": "npm:^22.5.4"
174+
"@types/node": "npm:^22.9.0"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176176
"@typescript-eslint/parser": "npm:^8.13.0"
177177
"@vercel/ncc": "npm:0.38.2"
@@ -208,7 +208,7 @@ __metadata:
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209209
"@types/aws-lambda": "npm:^8.10.145"
210210
"@types/jest": "npm:^29.5.14"
211-
"@types/node": "npm:^22.5.4"
211+
"@types/node": "npm:^22.9.0"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213213
"@typescript-eslint/parser": "npm:^8.13.0"
214214
"@vercel/ncc": "npm:^0.38.2"
@@ -243,7 +243,7 @@ __metadata:
243243
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
244244
"@types/aws-lambda": "npm:^8.10.145"
245245
"@types/jest": "npm:^29.5.14"
246-
"@types/node": "npm:^22.5.4"
246+
"@types/node": "npm:^22.9.0"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
249249
"@typescript-eslint/parser": "npm:^8.13.0"
@@ -273,7 +273,7 @@ __metadata:
273273
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
274274
"@types/aws-lambda": "npm:^8.10.145"
275275
"@types/jest": "npm:^29.5.14"
276-
"@types/node": "npm:^22.5.4"
276+
"@types/node": "npm:^22.9.0"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278278
"@typescript-eslint/parser": "npm:^8.13.0"
279279
"@vercel/ncc": "npm:^0.38.2"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/aws-lambda": "npm:^8.10.145"
310310
"@types/express": "npm:^4.17.21"
311311
"@types/jest": "npm:^29.5.14"
312-
"@types/node": "npm:^22.5.4"
312+
"@types/node": "npm:^22.9.0"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
314314
"@typescript-eslint/parser": "npm:^8.13.0"
315315
"@vercel/ncc": "npm:0.38.2"
@@ -5273,7 +5273,7 @@ __metadata:
52735273
languageName: node
52745274
linkType: hard
52755275

5276-
"@types/node@npm:*, @types/node@npm:^22.5.4":
5276+
"@types/node@npm:*":
52775277
version: 22.5.4
52785278
resolution: "@types/node@npm:22.5.4"
52795279
dependencies:
@@ -5282,6 +5282,15 @@ __metadata:
52825282
languageName: node
52835283
linkType: hard
52845284

5285+
"@types/node@npm:^22.9.0":
5286+
version: 22.9.0
5287+
resolution: "@types/node@npm:22.9.0"
5288+
dependencies:
5289+
undici-types: "npm:~6.19.8"
5290+
checksum: 10c0/3f46cbe0a49bab4ba30494025e4c8a6e699b98ac922857aa1f0209ce11a1313ee46e6808b8f13fe5b8b960a9d7796b77c8d542ad4e9810e85ef897d5593b5d51
5291+
languageName: node
5292+
linkType: hard
5293+
52855294
"@types/parse-json@npm:^4.0.0":
52865295
version: 4.0.2
52875296
resolution: "@types/parse-json@npm:4.0.2"
@@ -11370,7 +11379,7 @@ __metadata:
1137011379
languageName: node
1137111380
linkType: hard
1137211381

11373-
"undici-types@npm:~6.19.2":
11382+
"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
1137411383
version: 6.19.8
1137511384
resolution: "undici-types@npm:6.19.8"
1137611385
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344

0 commit comments

Comments
 (0)