From 264b35996f446fc2a06468bc0b164d84f08c3730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:07:19 +0000 Subject: [PATCH] Bump minimatch and aws-cdk-lib in /Examples/CDK/infra Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). These dependencies need to be updated together. Removes `minimatch` Updates `aws-cdk-lib` from 2.240.0 to 2.240.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.240.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: minimatch dependency-version: dependency-type: indirect - dependency-name: aws-cdk-lib dependency-version: 2.240.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Examples/CDK/infra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/CDK/infra/package.json b/Examples/CDK/infra/package.json index ba02d5c5..6e8f3705 100644 --- a/Examples/CDK/infra/package.json +++ b/Examples/CDK/infra/package.json @@ -17,7 +17,7 @@ "typescript": "~5.8.2" }, "dependencies": { - "aws-cdk-lib": "^2.215.0", + "aws-cdk-lib": "^2.240.0", "constructs": "^10.4.2" } }