From 79366c8f1001b3e616006107cba457734a56dcfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:15:35 +0000 Subject: [PATCH] Bump aws-cdk-lib in /example in the npm group across 1 directory Bumps the npm group with 1 update in the /example directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Updates `aws-cdk-lib` from 2.265.0 to 2.266.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.266.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.266.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index cc176fb..7a2db41 100644 --- a/example/package.json +++ b/example/package.json @@ -38,7 +38,7 @@ "dependencies": { "@aws-lambda-powertools/logger": "2.35.0", "@modelcontextprotocol/server": "2.0.0", - "aws-cdk-lib": "2.265.0", + "aws-cdk-lib": "2.266.0", "aws-lambda-mcp-server": "workspace:*", "constructs": "10.8.1", "hono": "4.13.3",