Skip to content

Commit 84e22cd

Browse files
chore: Bump @types/aws-lambda in /modules/webhook/lambdas/webhook (#2060)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.96 to 8.10.97. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda) --- updated-dependencies: - dependency-name: "@types/aws-lambda" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c71ecda commit 84e22cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@octokit/webhooks-definitions": "^3.67.3",
2020
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
21-
"@types/aws-lambda": "^8.10.96",
21+
"@types/aws-lambda": "^8.10.97",
2222
"@types/express": "^4.17.11",
2323
"@types/jest": "^27.5.0",
2424
"@types/node": "^17.0.31",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,10 @@
14321432
javascript-natural-sort "0.7.1"
14331433
lodash "4.17.21"
14341434

1435-
"@types/aws-lambda@^8.10.96":
1436-
version "8.10.96"
1437-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.96.tgz#29752a3c9d16d613d9b8a555a544d08add747099"
1438-
integrity sha512-jnuITj29oFNGCt8CPR00+krIqfU7llEfhuR2uJuGMkJgMVgpWq6MdLu3vohevw3lEn8NXuoAfldwlScV+muKjQ==
1435+
"@types/aws-lambda@^8.10.97":
1436+
version "8.10.97"
1437+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.97.tgz#9b2f2adfa63a215173a9da37604e4f65dd56cb98"
1438+
integrity sha512-BZk3qO4R2KN8Ts3eR6CW1n8LI46UOgv1KoDZjo8J9vOQvDeX/rsrv1H0BpEAMcSqZ1mLwTEyAMtlua5tlSn0kw==
14391439

14401440
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
14411441
version "7.1.16"

0 commit comments

Comments
 (0)