From 27598cce7b8230230df7e44d582a6bbdc1695920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 06:04:10 +0000 Subject: [PATCH] chore(deps-dev): bump zod from 3.25.76 to 4.0.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.0.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.0.5) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.5 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..ee78399 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.0.5" }, "scripts": { "clean": "rm -r ./dist",