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

Commit 448b2b0

Browse files
chore: Bump @types/aws-lambda in /modules/runners/lambdas/runners (#2154)
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.99 to 8.10.100. - [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:production 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 072b430 commit 448b2b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
20-
"@types/aws-lambda": "^8.10.99",
20+
"@types/aws-lambda": "^8.10.100",
2121
"@types/express": "^4.17.11",
2222
"@types/jest": "^27.5.0",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -40,7 +40,7 @@
4040
"@octokit/auth-app": "3.6.1",
4141
"@octokit/rest": "^18.12.0",
4242
"@octokit/types": "^6.34.0",
43-
"@types/aws-lambda": "^8.10.99",
43+
"@types/aws-lambda": "^8.10.100",
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^17.0.42",
4646
"aws-sdk": "^2.1153.0",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1498,10 +1498,10 @@
14981498
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
14991499
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
15001500

1501-
"@types/aws-lambda@^8.10.99":
1502-
version "8.10.99"
1503-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.99.tgz#14fb91e5ee54d517f5b3209b027edddee9900ba6"
1504-
integrity sha512-BLlr4HGGF9Ga5vvZumpuXuyFUIhnCZsOdjPWy/iCJi+NIYAw30jA3XC5tyVf2RfaXm5thMR2SC3DosDVIMhM5g==
1501+
"@types/aws-lambda@^8.10.100":
1502+
version "8.10.100"
1503+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.100.tgz#31442a71c09e0ef08e41b7342d62cf374fa268df"
1504+
integrity sha512-Qldp1LhbgQ4tEHewci0/q5qVRaDr8ylvsYfpitJ+FFixzAHpgitvM2NM449uYWt2tYo/iJy25aSRRUVvwIT+ng==
15051505

15061506
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
15071507
version "7.1.18"

0 commit comments

Comments
 (0)