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

Commit 6d4aab8

Browse files
chore(lambda): bump @types/node from 22.0.0 to 22.0.2 in /lambdas (#4030)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.0.2. <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.0&new-version=22.0.2)](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 bd6cd40 commit 6d4aab8

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
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.142",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.0",
22+
"@types/node": "^22.0.2",
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.142",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.0",
22+
"@types/node": "^22.0.2",
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.142",
2121
"@types/jest": "^29.5.12",
22-
"@types/node": "^22.0.0",
22+
"@types/node": "^22.0.2",
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.142",
1919
"@types/jest": "^29.5.12",
20-
"@types/node": "^22.0.0",
20+
"@types/node": "^22.0.2",
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.142",
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
23-
"@types/node": "^22.0.0",
23+
"@types/node": "^22.0.2",
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.142",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
21-
"@types/node": "^22.0.0",
21+
"@types/node": "^22.0.2",
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.142",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
21-
"@types/node": "^22.0.0",
21+
"@types/node": "^22.0.2",
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

+11-11
Original file line numberDiff line numberDiff line change
@@ -4605,7 +4605,7 @@ __metadata:
46054605
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
46064606
"@types/aws-lambda": "npm:^8.10.142"
46074607
"@types/jest": "npm:^29.5.12"
4608-
"@types/node": "npm:^22.0.0"
4608+
"@types/node": "npm:^22.0.2"
46094609
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46104610
"@typescript-eslint/parser": "npm:^7.18.0"
46114611
"@vercel/ncc": "npm:^0.38.1"
@@ -4637,7 +4637,7 @@ __metadata:
46374637
"@types/aws-lambda": "npm:^8.10.142"
46384638
"@types/express": "npm:^4.17.21"
46394639
"@types/jest": "npm:^29.5.12"
4640-
"@types/node": "npm:^22.0.0"
4640+
"@types/node": "npm:^22.0.2"
46414641
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46424642
"@typescript-eslint/parser": "npm:^7.18.0"
46434643
"@vercel/ncc": "npm:0.38.1"
@@ -4667,7 +4667,7 @@ __metadata:
46674667
"@types/aws-lambda": "npm:^8.10.142"
46684668
"@types/express": "npm:^4.17.21"
46694669
"@types/jest": "npm:^29.5.12"
4670-
"@types/node": "npm:^22.0.0"
4670+
"@types/node": "npm:^22.0.2"
46714671
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
46724672
"@typescript-eslint/parser": "npm:^7.18.0"
46734673
"@vercel/ncc": "npm:0.38.1"
@@ -4702,7 +4702,7 @@ __metadata:
47024702
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
47034703
"@types/aws-lambda": "npm:^8.10.142"
47044704
"@types/jest": "npm:^29.5.12"
4705-
"@types/node": "npm:^22.0.0"
4705+
"@types/node": "npm:^22.0.2"
47064706
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
47074707
"@typescript-eslint/parser": "npm:^7.18.0"
47084708
"@vercel/ncc": "npm:^0.38.1"
@@ -4738,7 +4738,7 @@ __metadata:
47384738
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
47394739
"@types/aws-lambda": "npm:^8.10.142"
47404740
"@types/jest": "npm:^29.5.12"
4741-
"@types/node": "npm:^22.0.0"
4741+
"@types/node": "npm:^22.0.2"
47424742
"@types/request": "npm:^2.48.12"
47434743
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
47444744
"@typescript-eslint/parser": "npm:^7.18.0"
@@ -4768,7 +4768,7 @@ __metadata:
47684768
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
47694769
"@types/aws-lambda": "npm:^8.10.142"
47704770
"@types/jest": "npm:^29.5.12"
4771-
"@types/node": "npm:^22.0.0"
4771+
"@types/node": "npm:^22.0.2"
47724772
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
47734773
"@typescript-eslint/parser": "npm:^7.18.0"
47744774
"@vercel/ncc": "npm:^0.38.1"
@@ -4803,7 +4803,7 @@ __metadata:
48034803
"@types/aws-lambda": "npm:^8.10.142"
48044804
"@types/express": "npm:^4.17.21"
48054805
"@types/jest": "npm:^29.5.12"
4806-
"@types/node": "npm:^22.0.0"
4806+
"@types/node": "npm:^22.0.2"
48074807
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
48084808
"@typescript-eslint/parser": "npm:^7.18.0"
48094809
"@vercel/ncc": "npm:0.38.1"
@@ -5068,12 +5068,12 @@ __metadata:
50685068
languageName: node
50695069
linkType: hard
50705070

5071-
"@types/node@npm:^22.0.0":
5072-
version: 22.0.0
5073-
resolution: "@types/node@npm:22.0.0"
5071+
"@types/node@npm:^22.0.2":
5072+
version: 22.0.2
5073+
resolution: "@types/node@npm:22.0.2"
50745074
dependencies:
50755075
undici-types: "npm:~6.11.1"
5076-
checksum: 10c0/af26a8ec7266c857b0ced75dc3a93c6b65280d1fa40d1b4488c814d30831c5c752489c99ecb5698daec1376145b1a9ddd08350882dc2e07769917a5f22a460bc
5076+
checksum: 10c0/59ee26fb1104674b2e23981d7569ad113aa8ee23c8449af8e4312aa9352ac738c5ffd0ae4d8077db0467704a3b9ccc662048e39716cb5ad51cdb24d106c7871b
50775077
languageName: node
50785078
linkType: hard
50795079

0 commit comments

Comments
 (0)