From 879fa439305eba8bed401deca9f3475400858783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 02:09:49 +0000 Subject: [PATCH] Bump aws-cdk-lib from 2.114.1 to 2.189.0 in /infrastructure Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.114.1 to 2.189.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.189.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.189.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infrastructure/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/package.json b/infrastructure/package.json index 9042900..482b012 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -20,7 +20,7 @@ "@aws-sdk/client-sqs": "^3.470.0", "@trail-status-app/utilities": "", "aws-cdk": "2.114.1", - "aws-cdk-lib": "2.114.1", + "aws-cdk-lib": "2.189.0", "constructs": "^10.0.0" } }