Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9a9b7cf

Browse files
chore: Bump @types/aws-lambda in /modules/webhook/lambdas/webhook (#1824)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.92 to 8.10.93. - [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 b0dc581 commit 9a9b7cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
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.92",
21+
"@types/aws-lambda": "^8.10.93",
2222
"@types/express": "^4.17.11",
2323
"@types/jest": "^27.4.0",
2424
"@types/node": "^17.0.21",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1410,10 +1410,10 @@
14101410
javascript-natural-sort "0.7.1"
14111411
lodash "4.17.21"
14121412

1413-
"@types/aws-lambda@^8.10.92":
1414-
version "8.10.92"
1415-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.92.tgz#645f769ff88b8eba1acd35542695ac322c7757c4"
1416-
integrity sha512-dB14TltT1SNq73z3MaZfKyyBZ37NAgAFl8jze59bisR4fJ6pB6AYGxItHFkooZbN7UcVJX/cFudM4p8wp1W4rA==
1413+
"@types/aws-lambda@^8.10.93":
1414+
version "8.10.93"
1415+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.93.tgz#3e2c80894122477040aabf29b7320556f5702a76"
1416+
integrity sha512-Vsyi9ogDAY3REZDjYnXMRJJa62SDvxHXxJI5nGDQdZW058dDE+av/anynN2rLKbCKXDRNw3D/sQmqxVflZFi4A==
14171417

14181418
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
14191419
version "7.1.16"

0 commit comments

Comments
 (0)