From 800b4999641013d18877e5782182b2345c6f15e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:40:34 +0000 Subject: [PATCH] Bump aws-cdk-lib in /cdk/examples/data_pipeline/typescript Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.177.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdk/examples/data_pipeline/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/examples/data_pipeline/typescript/package.json b/cdk/examples/data_pipeline/typescript/package.json index 8bb8f3f3..24ed60ae 100644 --- a/cdk/examples/data_pipeline/typescript/package.json +++ b/cdk/examples/data_pipeline/typescript/package.json @@ -20,7 +20,7 @@ "typescript": "5.0.4" }, "dependencies": { - "aws-cdk-lib": "2.80.0", + "aws-cdk-lib": "2.177.0", "cdk": "^2.75.1-alpha.0", "constructs": "^10.0.0", "source-map-support": "^0.5.21"