From d7e793b188cd4e5e30133a2d0f50081e44df861d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:42:14 +0000 Subject: [PATCH] Bump aws-cdk-lib in /test/integration/test-samples/iac/cdk/single-bucket Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.177.0 to 2.246.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.246.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.246.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integration/test-samples/iac/cdk/single-bucket/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test-samples/iac/cdk/single-bucket/package.json b/test/integration/test-samples/iac/cdk/single-bucket/package.json index f96e3ae8..a75cd529 100644 --- a/test/integration/test-samples/iac/cdk/single-bucket/package.json +++ b/test/integration/test-samples/iac/cdk/single-bucket/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "aws-cdk-lib": "2.177.0", + "aws-cdk-lib": "2.246.0", "constructs": "^10.0.0" } }