Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc7f2ac

Browse files
authoredApr 6, 2024
chore(deps): bump @types/aws-lambda from 8.10.136 to 8.10.137
Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.136 to 8.10.137. - [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]>
1 parent 603e6be commit cc7f2ac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"#errors": "./functions/commons/errors.js"
3333
},
3434
"devDependencies": {
35-
"@types/aws-lambda": "^8.10.136",
35+
"@types/aws-lambda": "^8.10.137",
3636
"@types/jest": "^29.5.12",
3737
"@types/node": "20.12.4",
3838
"aws-cdk": "^2.135.0",
@@ -54,7 +54,7 @@
5454
"@aws-sdk/client-ssm": "^3.540.0",
5555
"@aws-sdk/lib-dynamodb": "^3.540.0",
5656
"@middy/core": "^4.7.0",
57-
"@types/aws-lambda": "^8.10.136",
57+
"@types/aws-lambda": "^8.10.137",
5858
"@types/jest": "^29.5.12",
5959
"@types/node": "20.12.4",
6060
"aws-cdk": "^2.135.0",

‎package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
4949
"devDependencies": {
5050
"@middy/core": "^4.7.0",
51-
"@types/aws-lambda": "^8.10.136",
51+
"@types/aws-lambda": "^8.10.137",
5252
"@types/jest": "^29.5.12",
5353
"@types/node": "^20.12.4",
5454
"@typescript-eslint/eslint-plugin": "^6.21.0",

0 commit comments

Comments
 (0)
Please sign in to comment.