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

Commit 975ee4e

Browse files
chore(lambda): bump @types/node from 22.0.2 to 22.4.1 in /lambdas (#4084)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.2 to 22.4.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.0.2&new-version=22.4.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 015c6a5 commit 975ee4e

File tree

8 files changed

+31
-15
lines changed

8 files changed

+31
-15
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.143",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.2",
22+
"@types/node": "^22.4.1",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",

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.143",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.2",
22+
"@types/node": "^22.4.1",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",

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.143",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.2",
22+
"@types/node": "^22.4.1",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
2525
"@typescript-eslint/parser": "^7.18.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.143",
1919
"@types/jest": "^29.5.12",
20-
"@types/node": "^22.0.2",
20+
"@types/node": "^22.4.1",
2121
"@typescript-eslint/eslint-plugin": "^7.18.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vercel/ncc": "^0.38.1",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.143",
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
23-
"@types/node": "^22.0.2",
23+
"@types/node": "^22.4.1",
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
2525
"@typescript-eslint/parser": "^7.18.0",
2626
"@vercel/ncc": "0.38.1",

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.143",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
21-
"@types/node": "^22.0.2",
21+
"@types/node": "^22.4.1",
2222
"@typescript-eslint/eslint-plugin": "^7.18.0",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vercel/ncc": "0.38.1",

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.143",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
21-
"@types/node": "^22.0.2",
21+
"@types/node": "^22.4.1",
2222
"@typescript-eslint/eslint-plugin": "^7.18.0",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vercel/ncc": "0.38.1",

Diff for: lambdas/yarn.lock

+24-8
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ __metadata:
45444544
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
45454545
"@types/aws-lambda": "npm:^8.10.143"
45464546
"@types/jest": "npm:^29.5.12"
4547-
"@types/node": "npm:^22.0.2"
4547+
"@types/node": "npm:^22.4.1"
45484548
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
45494549
"@typescript-eslint/parser": "npm:^7.18.0"
45504550
"@vercel/ncc": "npm:^0.38.1"
@@ -4576,7 +4576,7 @@ __metadata:
45764576
"@types/aws-lambda": "npm:^8.10.143"
45774577
"@types/express": "npm:^4.17.21"
45784578
"@types/jest": "npm:^29.5.12"
4579-
"@types/node": "npm:^22.0.2"
4579+
"@types/node": "npm:^22.4.1"
45804580
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
45814581
"@typescript-eslint/parser": "npm:^7.18.0"
45824582
"@vercel/ncc": "npm:0.38.1"
@@ -4606,7 +4606,7 @@ __metadata:
46064606
"@types/aws-lambda": "npm:^8.10.143"
46074607
"@types/express": "npm:^4.17.21"
46084608
"@types/jest": "npm:^29.5.12"
4609-
"@types/node": "npm:^22.0.2"
4609+
"@types/node": "npm:^22.4.1"
46104610
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46114611
"@typescript-eslint/parser": "npm:^7.18.0"
46124612
"@vercel/ncc": "npm:0.38.1"
@@ -4642,7 +4642,7 @@ __metadata:
46424642
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
46434643
"@types/aws-lambda": "npm:^8.10.143"
46444644
"@types/jest": "npm:^29.5.12"
4645-
"@types/node": "npm:^22.0.2"
4645+
"@types/node": "npm:^22.4.1"
46464646
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46474647
"@typescript-eslint/parser": "npm:^7.18.0"
46484648
"@vercel/ncc": "npm:^0.38.1"
@@ -4677,7 +4677,7 @@ __metadata:
46774677
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
46784678
"@types/aws-lambda": "npm:^8.10.143"
46794679
"@types/jest": "npm:^29.5.12"
4680-
"@types/node": "npm:^22.0.2"
4680+
"@types/node": "npm:^22.4.1"
46814681
"@types/request": "npm:^2.48.12"
46824682
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46834683
"@typescript-eslint/parser": "npm:^7.18.0"
@@ -4707,7 +4707,7 @@ __metadata:
47074707
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
47084708
"@types/aws-lambda": "npm:^8.10.143"
47094709
"@types/jest": "npm:^29.5.12"
4710-
"@types/node": "npm:^22.0.2"
4710+
"@types/node": "npm:^22.4.1"
47114711
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
47124712
"@typescript-eslint/parser": "npm:^7.18.0"
47134713
"@vercel/ncc": "npm:^0.38.1"
@@ -4742,7 +4742,7 @@ __metadata:
47424742
"@types/aws-lambda": "npm:^8.10.143"
47434743
"@types/express": "npm:^4.17.21"
47444744
"@types/jest": "npm:^29.5.12"
4745-
"@types/node": "npm:^22.0.2"
4745+
"@types/node": "npm:^22.4.1"
47464746
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
47474747
"@typescript-eslint/parser": "npm:^7.18.0"
47484748
"@vercel/ncc": "npm:0.38.1"
@@ -4991,7 +4991,7 @@ __metadata:
49914991
languageName: node
49924992
linkType: hard
49934993

4994-
"@types/node@npm:*, @types/node@npm:^22.0.2":
4994+
"@types/node@npm:*":
49954995
version: 22.0.2
49964996
resolution: "@types/node@npm:22.0.2"
49974997
dependencies:
@@ -5000,6 +5000,15 @@ __metadata:
50005000
languageName: node
50015001
linkType: hard
50025002

5003+
"@types/node@npm:^22.4.1":
5004+
version: 22.4.1
5005+
resolution: "@types/node@npm:22.4.1"
5006+
dependencies:
5007+
undici-types: "npm:~6.19.2"
5008+
checksum: 10c0/e42607438fcbd3a6aebd09084868fa0b22a4b0daf9eda79ed615df7ff8ae95e35ea56e090e1f3140ebae76b640abe42d4a6d5b60c0819eadf499adca737305b6
5009+
languageName: node
5010+
linkType: hard
5011+
50035012
"@types/parse-json@npm:^4.0.0":
50045013
version: 4.0.2
50055014
resolution: "@types/parse-json@npm:4.0.2"
@@ -10755,6 +10764,13 @@ __metadata:
1075510764
languageName: node
1075610765
linkType: hard
1075710766

10767+
"undici-types@npm:~6.19.2":
10768+
version: 6.19.8
10769+
resolution: "undici-types@npm:6.19.8"
10770+
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
10771+
languageName: node
10772+
linkType: hard
10773+
1075810774
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
1075910775
version: 2.0.0
1076010776
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"

0 commit comments

Comments
 (0)