From a6913d66dddc8e1f57c50a37f8937cb4a7571d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:57:52 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /cdk-sfn-s3 directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Updates `aws-cdk-lib` from 2.147.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.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.147.0 to 2.148.1 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/HEAD/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: aws-cdk dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- cdk-sfn-s3/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdk-sfn-s3/package.json b/cdk-sfn-s3/package.json index 051b75d4e..31002fa6f 100644 --- a/cdk-sfn-s3/package.json +++ b/cdk-sfn-s3/package.json @@ -15,12 +15,12 @@ "@types/node": "20.14.8", "jest": "^29.7.0", "ts-jest": "^29.1.5", - "aws-cdk": "2.147.0", + "aws-cdk": "2.148.1", "ts-node": "^10.9.2", "typescript": "~5.5.2" }, "dependencies": { - "aws-cdk-lib": "2.147.0", + "aws-cdk-lib": "2.177.0", "constructs": "^10.3.0", "source-map-support": "^0.5.21" }