From b7dfa9fd86e0c7ac8b02948814c6aa253a1baaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 08:27:20 +0000 Subject: [PATCH] chore: bump aws-cdk-lib in /examples/mern-cdk-ci-cd/atlas-integ-infra Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.62.2 to 2.187.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.187.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mern-cdk-ci-cd/atlas-integ-infra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mern-cdk-ci-cd/atlas-integ-infra/package.json b/examples/mern-cdk-ci-cd/atlas-integ-infra/package.json index fbcfaef5..11dc693e 100644 --- a/examples/mern-cdk-ci-cd/atlas-integ-infra/package.json +++ b/examples/mern-cdk-ci-cd/atlas-integ-infra/package.json @@ -20,7 +20,7 @@ "typescript": "~4.9.4" }, "dependencies": { - "aws-cdk-lib": "2.62.2", + "aws-cdk-lib": "2.187.0", "@mongodbatlas-awscdk/atlas-basic": "1.1.6", "constructs": "^10.0.0", "source-map-support": "^0.5.21"