Skip to content

Commit

Permalink
chore(lambda): bump @types/aws-lambda from 8.10.143 to 8.10.145 in /l…
Browse files Browse the repository at this point in the history
…ambdas (#4169)

Bumps
[@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda)
from 8.10.143 to 8.10.145.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda">compare
view</a></li>
</ul>
</details>
<br />


[![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.143&new-version=8.10.145)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent b0c4bc9 commit 7ee4346
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@types/request": "^2.48.12",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
Expand Down
22 changes: 11 additions & 11 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ __metadata:
"@aws-sdk/client-ssm": "npm:^3.662.0"
"@aws-sdk/types": "npm:^3.662.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
Expand Down Expand Up @@ -138,7 +138,7 @@ __metadata:
"@aws-lambda-powertools/metrics": "npm:^2.8.0"
"@aws-lambda-powertools/tracer": "npm:^2.8.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
Expand Down Expand Up @@ -168,7 +168,7 @@ __metadata:
"@aws-sdk/client-ssm": "npm:^3.662.0"
"@aws-sdk/types": "npm:^3.662.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
Expand Down Expand Up @@ -206,7 +206,7 @@ __metadata:
"@octokit/rest": "npm:20.1.1"
"@octokit/types": "npm:^13.6.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
Expand Down Expand Up @@ -241,7 +241,7 @@ __metadata:
"@middy/core": "npm:^4.7.0"
"@octokit/rest": "npm:20.1.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
"@types/request": "npm:^2.48.12"
Expand Down Expand Up @@ -271,7 +271,7 @@ __metadata:
"@aws-sdk/types": "npm:^3.662.0"
"@middy/core": "npm:^4.7.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
Expand Down Expand Up @@ -305,7 +305,7 @@ __metadata:
"@octokit/types": "npm:^13.6.0"
"@octokit/webhooks": "npm:^12.2.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.143"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
Expand Down Expand Up @@ -5065,10 +5065,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:^8.10.143":
version: 8.10.143
resolution: "@types/aws-lambda@npm:8.10.143"
checksum: 10c0/1a004c8dfc9f1f99cbf0e3dd75f2c578d5518a53fc6f278791b7a7445cce380dc56513daeb2b4959823d355fb2fb690271b210af538807422b337a2e14a9aa01
"@types/aws-lambda@npm:^8.10.145":
version: 8.10.145
resolution: "@types/aws-lambda@npm:8.10.145"
checksum: 10c0/22086185f975e797aa7bfc4937be328b37901b580eba88ce2c5082f99dca722984ad9d0aab8f3ce52f62251ffc1ced09cf17517b54d7c5fb669ecf1dd27dc22d
languageName: node
linkType: hard

Expand Down

0 comments on commit 7ee4346

Please sign in to comment.