From 7db238052ef0022e6aa3c67268d1ae684a6ba7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:38:46 +0000 Subject: [PATCH] build(deps): bump aws-cdk-lib in /compatibility-tests/compat-cdk Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.171.1 to 2.189.1. - [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.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] --- compatibility-tests/compat-cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility-tests/compat-cdk/package.json b/compatibility-tests/compat-cdk/package.json index 84c88a500..9174be6d0 100644 --- a/compatibility-tests/compat-cdk/package.json +++ b/compatibility-tests/compat-cdk/package.json @@ -10,7 +10,7 @@ "cdk": "cdk" }, "dependencies": { - "aws-cdk-lib": "2.171.1", + "aws-cdk-lib": "2.189.1", "constructs": "^10.0.0" }, "devDependencies": {