@bifravst/aws-cdk-lambda-helpers
Advanced tools
Comparing version 3.0.22 to 3.0.23
{ | ||
"name": "@bifravst/aws-cdk-lambda-helpers", | ||
"version": "3.0.22", | ||
"version": "3.0.23", | ||
"description": "Helper functions which simplify working with TypeScript lambdas for AWS CDK.", | ||
@@ -55,4 +55,4 @@ "exports": { | ||
"devDependencies": { | ||
"@aws-sdk/client-cloudformation": "3.731.1", | ||
"@aws-sdk/client-dynamodb": "3.731.1", | ||
"@aws-sdk/client-cloudformation": "3.734.0", | ||
"@aws-sdk/client-dynamodb": "3.734.0", | ||
"@bifravst/cloudformation-helpers": "9.1.1", | ||
@@ -65,10 +65,10 @@ "@bifravst/eslint-config-typescript": "6.1.20", | ||
"@types/aws-lambda": "8.10.147", | ||
"@types/node": "22.10.7", | ||
"@types/node": "22.10.10", | ||
"@types/unzip-stream": "0.3.4", | ||
"@types/yazl": "2.4.5", | ||
"cdk": "2.176.0", | ||
"cdk": "2.177.0", | ||
"commitlint": "19.6.1", | ||
"husky": "9.1.7", | ||
"id128": "1.6.6", | ||
"lint-staged": "15.4.1", | ||
"lint-staged": "15.4.2", | ||
"unzip-stream": "0.3.4" | ||
@@ -125,5 +125,5 @@ }, | ||
"@bifravst/aws-ssm-settings-helpers": "^1.2.95", | ||
"aws-cdk-lib": "^2.176.0", | ||
"aws-cdk-lib": "^2.177.0", | ||
"constructs": "^10.4.2" | ||
} | ||
} |
41725