From b95a8ba8f04ae04982424bd97991c5c9443493e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:13:49 +0200 Subject: [PATCH] chore(lambda): bump @types/aws-lambda from 8.10.142 to 8.10.143 in /lambdas (#4049) Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.142 to 8.10.143.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/aws-lambda&package-manager=npm_and_yarn&previous-version=8.10.142&new-version=8.10.143)](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 | 22 +++++++++---------- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 33496152d1..1cce746c29 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 486e2cd006..3dda110b31 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index fdd8cbbe14..909f434db1 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", "@types/request": "^2.48.12", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 71c024bd2b..1c79133b40 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index e95458ec23..71f2d65d93 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index eb1bd6ed21..134eb8eceb 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 5d4fada4f3..db882f13fb 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/aws-lambda": "^8.10.142", + "@types/aws-lambda": "^8.10.143", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^22.0.2", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 2442ff46b7..bfdcee21b3 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -4769,7 +4769,7 @@ __metadata: "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@terraform-aws-github-runner/aws-ssm-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" "@typescript-eslint/eslint-plugin": "npm:^7.18.0" @@ -4800,7 +4800,7 @@ __metadata: "@aws-lambda-powertools/metrics": "npm:^2.6.0" "@aws-lambda-powertools/tracer": "npm:^2.6.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/express": "npm:^4.17.21" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" @@ -4830,7 +4830,7 @@ __metadata: "@aws-sdk/types": "npm:^3.609.0" "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/express": "npm:^4.17.21" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" @@ -4866,7 +4866,7 @@ __metadata: "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@terraform-aws-github-runner/aws-ssm-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" "@typescript-eslint/eslint-plugin": "npm:^7.18.0" @@ -4901,7 +4901,7 @@ __metadata: "@octokit/rest": "npm:20.1.1" "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" "@types/request": "npm:^2.48.12" @@ -4931,7 +4931,7 @@ __metadata: "@middy/core": "npm:^4.7.0" "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" "@typescript-eslint/eslint-plugin": "npm:^7.18.0" @@ -4965,7 +4965,7 @@ __metadata: "@terraform-aws-github-runner/aws-powertools-util": "npm:*" "@terraform-aws-github-runner/aws-ssm-util": "npm:*" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" - "@types/aws-lambda": "npm:^8.10.142" + "@types/aws-lambda": "npm:^8.10.143" "@types/express": "npm:^4.17.21" "@types/jest": "npm:^29.5.12" "@types/node": "npm:^22.0.2" @@ -5044,10 +5044,10 @@ __metadata: languageName: node linkType: hard -"@types/aws-lambda@npm:^8.10.142": - version: 8.10.142 - resolution: "@types/aws-lambda@npm:8.10.142" - checksum: 10c0/9c9544d0f93bb8e1c044cd9d991c5c11d04c4a98d3b2dfade7d420df56270288baa254ec2d9782144ec7291d154c0dd550862f133ba81cca12a28af9f5349414 +"@types/aws-lambda@npm:^8.10.143": + version: 8.10.143 + resolution: "@types/aws-lambda@npm:8.10.143" + checksum: 10c0/1a004c8dfc9f1f99cbf0e3dd75f2c578d5518a53fc6f278791b7a7445cce380dc56513daeb2b4959823d355fb2fb690271b210af538807422b337a2e14a9aa01 languageName: node linkType: hard