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

Commit f96ab7e

Browse files
chore: Bump @types/aws-lambda in /modules/runners/lambdas/runners (#1836)
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: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 7f59d83 commit f96ab7e

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.92",
20+
"@types/aws-lambda": "^8.10.93",
2121
"@types/express": "^4.17.11",
2222
"@types/jest": "^27.4.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.92",
43+
"@types/aws-lambda": "^8.10.93",
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^17.0.19",
4646
"aws-sdk": "^2.1087.0",

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

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

1454-
"@types/aws-lambda@^8.10.92":
1455-
version "8.10.92"
1456-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.92.tgz#645f769ff88b8eba1acd35542695ac322c7757c4"
1457-
integrity sha512-dB14TltT1SNq73z3MaZfKyyBZ37NAgAFl8jze59bisR4fJ6pB6AYGxItHFkooZbN7UcVJX/cFudM4p8wp1W4rA==
1454+
"@types/aws-lambda@^8.10.93":
1455+
version "8.10.93"
1456+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.93.tgz#3e2c80894122477040aabf29b7320556f5702a76"
1457+
integrity sha512-Vsyi9ogDAY3REZDjYnXMRJJa62SDvxHXxJI5nGDQdZW058dDE+av/anynN2rLKbCKXDRNw3D/sQmqxVflZFi4A==
14581458

14591459
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
14601460
version "7.1.18"

0 commit comments

Comments
 (0)