From 0ce38bd623011f763fb154929ce010782a9b220e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:20:03 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 11d9075..f8949e1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "io-ts": "^2.2.21", "prettier": "^3.5.3", "typescript": "^5.5.4", - "zod": "^3.23.8" + "zod": "^4.1.12" }, "scripts": { "clean": "rm -r ./dist",