From 0c32047718029a5855bf2625501de0d5bf42022d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:02:59 +0200 Subject: [PATCH] chore(lambda): bump @types/aws-lambda from 8.10.134 to 8.10.137 in /lambdas (#3840) Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.134 to 8.10.137.
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.134&new-version=8.10.137)](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> --- lambdas/functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- lambdas/functions/gh-agent-syncer/package.json | 2 +- lambdas/functions/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 | 8 ++++---- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index b91975a581..d491a113ab 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.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", "@typescript-eslint/eslint-plugin": "^7.4.0", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 6dc377342d..0cec5451a4 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.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", "@typescript-eslint/eslint-plugin": "^7.4.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 2cad8f7cfa..26abd99c70 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@octokit/rest": "^20.0.1", "@trivago/prettier-plugin-sort-imports": "^4.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", "@types/request": "^2.48.11", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index af9550a888..4ee53ee2c9 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.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/jest": "^29.5.6", "@types/node": "^20.8.9", "@typescript-eslint/eslint-plugin": "^7.4.0", diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 42939a2b72..2831f2cb7b 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@octokit/webhooks-definitions": "^3.67.3", "@trivago/prettier-plugin-sort-imports": "^4.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index 127d885bbb..f22ec0241b 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@octokit/webhooks-definitions": "^3.67.3", "@trivago/prettier-plugin-sort-imports": "^4.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 1be93c9467..c5cf29cbab 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@octokit/webhooks-definitions": "^3.67.3", "@trivago/prettier-plugin-sort-imports": "^4.2.1", - "@types/aws-lambda": "^8.10.134", + "@types/aws-lambda": "^8.10.137", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^20.8.9", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 32c99b4ee7..1276881eaf 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -3508,10 +3508,10 @@ resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz" integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== -"@types/aws-lambda@^8.10.134": - version "8.10.134" - resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.134.tgz#8f65d86736839889194f7892b7bec6b8a7ec6fc3" - integrity sha512-cfv422ivDMO+EeA3N4YcshbTHBL+5lLXe+Uz+4HXvIcsCuWvqNFpOs28ZprL8NA3qRCzt95ETiNAJDn4IcC/PA== +"@types/aws-lambda@^8.10.137": + version "8.10.137" + resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.137.tgz#c9998a944541afdd6df0d159e9ec9c23dfe5fb40" + integrity sha512-YNFwzVarXAOXkjuFxONyDw1vgRNzyH8AuyN19s0bM+ChSu/bzxb5XPxYFLXoqoM+tvgzwR3k7fXcEOW125yJxg== "@types/babel__core@^7.1.14": version "7.20.0"