Skip to content

Commit 7f4d064

Browse files
chor: Bump @types/aws-lambda in /modules/runners/lambdas/runners (#72)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.56 to 8.10.59. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fadab4d commit 7f4d064

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist": "yarn build && cd dist && zip ../runners.zip index.js"
1212
},
1313
"devDependencies": {
14-
"@types/aws-lambda": "^8.10.51",
14+
"@types/aws-lambda": "^8.10.59",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.4",
1717
"@types/node": "^13.13.4",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,10 +573,10 @@
573573
dependencies:
574574
type-detect "4.0.8"
575575

576-
"@types/aws-lambda@^8.10.51":
577-
version "8.10.56"
578-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.56.tgz#24fc61bf628db86412bb4f28da051df4baa532d6"
579-
integrity sha512-jaxu5br/KYxhNBNmr2GoVhIUady2zNsvSRCa4kCHW+GcM4ladPhfEyeJkkNMGo/IlVAfpcPYTsSzhYWZoSgZXA==
576+
"@types/aws-lambda@^8.10.59":
577+
version "8.10.59"
578+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.59.tgz#64f602aef1cac9b21a74aad6705bf350c4a5173a"
579+
integrity sha512-X/JclTKqHvo3nMTkHzClHhRz0yxn/VAr7J7LO6jBqaksZlhcDAWuU4oT1Yrt3E9MvX5jyyVIZtrwAI7oPXzXIg==
580580

581581
"@types/babel__core@^7.1.7":
582582
version "7.1.8"

0 commit comments

Comments
 (0)