From 0ffde8f55508175a249d0771168efb37c382e7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:35:32 +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 5c4fcd5d..1b5999bf 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.14" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78459fcb..3a10ec3c 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.14 version: 5.0.14(@types/react@19.2.16)(immer@11.1.4)(react@19.2.7)(use-sync-external-store@1.6.0(react@19.2.7))