Skip to content

Commit 7cf876d

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @types/aws-lambda in /modules/runners/lambdas/runners (#135)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.59 to 8.10.61. - [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 06586bc commit 7cf876d

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.59",
14+
"@types/aws-lambda": "^8.10.61",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.10",
1717
"@types/node": "^14.0.27",

modules/runners/lambdas/runners/yarn.lock

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

575-
"@types/aws-lambda@^8.10.59":
576-
version "8.10.59"
577-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.59.tgz#64f602aef1cac9b21a74aad6705bf350c4a5173a"
578-
integrity sha512-X/JclTKqHvo3nMTkHzClHhRz0yxn/VAr7J7LO6jBqaksZlhcDAWuU4oT1Yrt3E9MvX5jyyVIZtrwAI7oPXzXIg==
575+
"@types/aws-lambda@^8.10.61":
576+
version "8.10.61"
577+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.61.tgz#7471e08843dbdcf09b2494ac5b34c4d1a391e6d0"
578+
integrity sha512-+FeZ/52VG4rBSJ0cRE/aB6hMKQzjIgpiSQrGq0eR8ZrXWee7Z2zoGeJzTHVcOeZNawLb+5zvwZNIRGC7X+kQ7Q==
579579

580580
"@types/babel__core@^7.1.7":
581581
version "7.1.9"

0 commit comments

Comments
 (0)