From 46159a031892e633e8211c06e5cef90dc4fb3102 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 Jan 2025 11:52:25 +0100
Subject: [PATCH] chore(lambda): bump @types/node from 22.9.0 to 22.10.2 in
/lambdas (#4327)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.9.0 to 22.10.2.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.9.0&new-version=22.10.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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.../functions/ami-housekeeper/package.json | 2 +-
lambdas/functions/control-plane/package.json | 2 +-
.../functions/gh-agent-syncer/package.json | 2 +-
.../termination-watcher/package.json | 2 +-
lambdas/functions/webhook/package.json | 2 +-
lambdas/libs/aws-powertools-util/package.json | 2 +-
lambdas/libs/aws-ssm-util/package.json | 2 +-
lambdas/yarn.lock | 32 ++++++++++++++-----
8 files changed, 31 insertions(+), 15 deletions(-)
diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json
index 35a149a39..a528fd18a 100644
--- a/lambdas/functions/ami-housekeeper/package.json
+++ b/lambdas/functions/ami-housekeeper/package.json
@@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json
index 585865f19..50ef04b54 100644
--- a/lambdas/functions/control-plane/package.json
+++ b/lambdas/functions/control-plane/package.json
@@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json
index 1337e9205..ae97d26a8 100644
--- a/lambdas/functions/gh-agent-syncer/package.json
+++ b/lambdas/functions/gh-agent-syncer/package.json
@@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json
index 4e8fa85d6..b4bd99598 100644
--- a/lambdas/functions/termination-watcher/package.json
+++ b/lambdas/functions/termination-watcher/package.json
@@ -17,7 +17,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json
index ba0a3a23b..f7d845d57 100644
--- a/lambdas/functions/webhook/package.json
+++ b/lambdas/functions/webhook/package.json
@@ -21,7 +21,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json
index 0c1323f95..ef58fc8dd 100644
--- a/lambdas/libs/aws-powertools-util/package.json
+++ b/lambdas/libs/aws-powertools-util/package.json
@@ -18,7 +18,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json
index 6cd7b8fcf..b6298fceb 100644
--- a/lambdas/libs/aws-ssm-util/package.json
+++ b/lambdas/libs/aws-ssm-util/package.json
@@ -18,7 +18,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
- "@types/node": "^22.9.0",
+ "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock
index a1e865c05..517885bf0 100644
--- a/lambdas/yarn.lock
+++ b/lambdas/yarn.lock
@@ -109,7 +109,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
@@ -141,7 +141,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
@@ -171,7 +171,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
@@ -208,7 +208,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
@@ -243,7 +243,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@types/request": "npm:^2.48.12"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
@@ -273,7 +273,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
@@ -309,7 +309,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
- "@types/node": "npm:^22.9.0"
+ "@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
@@ -5235,7 +5235,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/node@npm:*, @types/node@npm:^22.9.0":
+"@types/node@npm:*":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
@@ -5244,6 +5244,15 @@ __metadata:
languageName: node
linkType: hard
+"@types/node@npm:^22.10.2":
+ version: 22.10.2
+ resolution: "@types/node@npm:22.10.2"
+ dependencies:
+ undici-types: "npm:~6.20.0"
+ checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
+ languageName: node
+ linkType: hard
+
"@types/parse-json@npm:^4.0.0":
version: 4.0.2
resolution: "@types/parse-json@npm:4.0.2"
@@ -11318,6 +11327,13 @@ __metadata:
languageName: node
linkType: hard
+"undici-types@npm:~6.20.0":
+ version: 6.20.0
+ resolution: "undici-types@npm:6.20.0"
+ checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
+ languageName: node
+ linkType: hard
+
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"