Skip to content

Commit 919a6e5

Browse files
chore: Bump @types/aws-lambda in /modules/webhook/lambdas/webhook (#1984)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.93 to 8.10.95. - [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 f787a6e commit 919a6e5

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.93",
21+
"@types/aws-lambda": "^8.10.95",
2222
"@types/express": "^4.17.11",
2323
"@types/jest": "^27.4.1",
2424
"@types/node": "^17.0.26",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,10 @@
14081408
javascript-natural-sort "0.7.1"
14091409
lodash "4.17.21"
14101410

1411-
"@types/aws-lambda@^8.10.93":
1412-
version "8.10.93"
1413-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.93.tgz#3e2c80894122477040aabf29b7320556f5702a76"
1414-
integrity sha512-Vsyi9ogDAY3REZDjYnXMRJJa62SDvxHXxJI5nGDQdZW058dDE+av/anynN2rLKbCKXDRNw3D/sQmqxVflZFi4A==
1411+
"@types/aws-lambda@^8.10.95":
1412+
version "8.10.95"
1413+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.95.tgz#7ba7b22b5967f40ceaf293082bbc3863a06e33f7"
1414+
integrity sha512-wGtzLbd04EmqhFjTZmXgLzvmhDdyVU7AMo/JkiPmA2VUdBFQfUBQFCEzaVVK+f1PP5aWx1ejnb7K/8MXYI/frQ==
14151415

14161416
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
14171417
version "7.1.16"

0 commit comments

Comments
 (0)