From 789e665d25143b3c6db9325f8b08ad400e53e7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:05:46 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 386350d..d4d32e0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "tailwindcss": "^4.3.0", "typescript": "^5.6.2", "vue": "^3.5.35", - "zod": "^3.24.2" + "zod": "^4.4.3" }, "devDependencies": { "@iconify-json/tabler": "^1.2.35", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a788d9e..6011d62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,8 +78,8 @@ importers: specifier: ^3.5.35 version: 3.5.35(typescript@5.9.3) zod: - specifier: ^3.24.2 - version: 3.25.76 + specifier: ^4.4.3 + version: 4.4.3 devDependencies: '@iconify-json/tabler': specifier: ^1.2.35