Skip to content

Commit 6a1b682

Browse files
chore: Bump @types/aws-lambda in /modules/webhook/lambdas/webhook (#1687)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.91 to 8.10.92. - [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 521d00c commit 6a1b682

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.1.1",
21-
"@types/aws-lambda": "^8.10.91",
21+
"@types/aws-lambda": "^8.10.92",
2222
"@types/express": "^4.17.11",
2323
"@types/jest": "^27.4.0",
2424
"@types/node": "^17.0.13",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,10 +1584,10 @@
15841584
javascript-natural-sort "0.7.1"
15851585
lodash "4.17.21"
15861586

1587-
"@types/aws-lambda@^8.10.91":
1588-
version "8.10.91"
1589-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.91.tgz#25508037c0027d1233922c5a8d0a7d9d842d912e"
1590-
integrity sha512-vUmJGUqhwZTcrSLE3i9nNJp1gYa83KNv7AX/K30DJKWE31TWw1swdJopOyccttdBqhG3e8SIAqw3q+5ZYxfz0g==
1587+
"@types/aws-lambda@^8.10.92":
1588+
version "8.10.92"
1589+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.92.tgz#645f769ff88b8eba1acd35542695ac322c7757c4"
1590+
integrity sha512-dB14TltT1SNq73z3MaZfKyyBZ37NAgAFl8jze59bisR4fJ6pB6AYGxItHFkooZbN7UcVJX/cFudM4p8wp1W4rA==
15911591

15921592
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
15931593
version "7.1.16"

0 commit comments

Comments
 (0)