From 287623abcf715b1194351b3e0391df9f6fbd08a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 18:14:54 +0000 Subject: [PATCH] Bump the npm group across 2 directories with 4 updates Bumps the npm group with 4 updates in the /example directory: [zod](https://github.com/colinhacks/zod), [tsx](https://github.com/privatenumber/tsx), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [oxlint-plugin-awscdk](https://github.com/ren-yamanashi/awscdk-lint). Bumps the npm group with 2 updates in the /package directory: [zod](https://github.com/colinhacks/zod) and [tsx](https://github.com/privatenumber/tsx). Updates `zod` from 4.4.3 to 4.5.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.5.4) Updates `tsx` from 4.23.12 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.12...v4.23.13) Updates `aws-cdk-lib` from 2.266.0 to 2.267.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.267.0/packages/aws-cdk-lib) Updates `oxlint-plugin-awscdk` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/ren-yamanashi/awscdk-lint/releases) - [Commits](https://github.com/ren-yamanashi/awscdk-lint/compare/oxlint-plugin-awscdk@1.0.0...oxlint-plugin-awscdk@1.0.1) Updates `zod` from 4.4.3 to 4.5.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.5.4) Updates `tsx` from 4.23.12 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.12...v4.23.13) --- updated-dependencies: - dependency-name: zod dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: tsx dependency-version: 4.23.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.267.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: oxlint-plugin-awscdk dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: zod dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: tsx dependency-version: 4.23.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- example/package.json | 8 ++++---- package/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index f6d782e..dc67ff6 100644 --- a/example/package.json +++ b/example/package.json @@ -18,11 +18,11 @@ "dependencies": { "@aws-lambda-powertools/logger": "2.35.0", "@modelcontextprotocol/server": "2.0.0", - "aws-cdk-lib": "2.266.0", + "aws-cdk-lib": "2.267.0", "aws-lambda-mcp-server": "workspace:*", "constructs": "10.8.1", "hono": "4.13.5", - "zod": "4.4.3" + "zod": "4.5.4" }, "devDependencies": { "@hono/node-server": "2.1.1", @@ -33,9 +33,9 @@ "eslint": "10.9.1", "oxfmt": "^0.65.0", "oxlint": "^1.80.0", - "oxlint-plugin-awscdk": "^1.0.0", + "oxlint-plugin-awscdk": "^1.0.1", "tslib": "2.8.1", - "tsx": "4.23.12", + "tsx": "4.23.13", "typescript": "^7.0.2" } } diff --git a/package/package.json b/package/package.json index 326d3cb..46e5f4f 100644 --- a/package/package.json +++ b/package/package.json @@ -49,13 +49,13 @@ "@modelcontextprotocol/hono": "2.0.0", "@modelcontextprotocol/server": "2.0.0", "hono": "4.13.5", - "zod": "4.4.3" + "zod": "4.5.4" }, "devDependencies": { "@types/node": "26.4.0", "oxfmt": "^0.65.0", "oxlint": "^1.80.0", - "tsx": "4.23.12", + "tsx": "4.23.13", "typescript": "^7.0.2" }, "peerDependencies": {