From e94be3cdb29b28f50f150b9b9614ada155374400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:20:42 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.76 to 4.1.12 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.12. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.12) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b0a644..fc01e9e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@actions/core": "^1.11.1", "js-yaml": "^4.1.0", "ts-markdown": "^1.2.0", - "zod": "^3.24.1" + "zod": "^4.1.12" }, "description": "A GitHub Action to update the README.md file with the latest version information from the action.yml.", "devDependencies": {