From 80247582e1ce2bbdecefb273df14b2602e60ecd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:52:53 +0000 Subject: [PATCH] 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] --- apps/frontend/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 48e3f9d4..673fe3ca 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -65,7 +65,7 @@ "tailwind-merge": "^3.6.0", "tauri-plugin-mobile-share": "^0.1.2", "tauri-plugin-web-auth-api": "^1.0.0", - "zod": "^3.25.76", + "zod": "^4.4.3", "zustand": "^5.0.13" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a214b5d..6639e862 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -366,8 +366,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 zod: - specifier: ^3.25.76 - version: 3.25.76 + specifier: ^4.4.3 + version: 4.4.3 zustand: specifier: ^5.0.13 version: 5.0.13(@types/react@19.2.15)(immer@11.1.4)(react@19.2.6)(use-sync-external-store@1.6.0(react@19.2.6))