From 19aeae130dd7c71d846005312117d96fe7cbf247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:01:48 +0000 Subject: [PATCH] build(deps): bump aws-cdk-lib Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.186.0 to 2.189.1. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/v2.189.1/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.189.1/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.189.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../launchdarkly-lambda-dynamodb/cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json b/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json index 4dd305bf..d8ca38b8 100644 --- a/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json +++ b/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "archiver": "^6.0.1", - "aws-cdk-lib": "2.186.0", + "aws-cdk-lib": "2.189.1", "constructs": "^10.0.0", "@types/aws-lambda": "^8.10.131", "launchdarkly-node-server-sdk": "^7.0.3",