From a4722db7d7cc53367c76a41cdfb5cb3b12b12722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:37:16 +0300 Subject: [PATCH] chore(deps): bump zod in /frontend in the minor-patch group (#236) Bumps the minor-patch group in /frontend with 1 update: [zod](https://github.com/colinhacks/zod). Updates `zod` from 3.25.74 to 3.25.75 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.74...v3.25.75) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/bun.lock | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/bun.lock b/frontend/bun.lock index c607d0e..190bac9 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -30,7 +30,7 @@ "sonner": "^2.0.6", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11", - "zod": "^3.25.74", + "zod": "^3.25.75", }, "devDependencies": { "@eslint/js": "^9.30.1", @@ -912,7 +912,7 @@ "yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="], - "zod": ["zod@3.25.74", "", {}, "sha512-J8poo92VuhKjNknViHRAIuuN6li/EwFbAC8OedzI8uxpEPGiXHGQu9wemIAioIpqgfB4SySaJhdk0mH5Y4ICBg=="], + "zod": ["zod@3.25.75", "", {}, "sha512-OhpzAmVzabPOL6C3A3gpAifqr9MqihV/Msx3gor2b2kviCgcb+HM9SEOpMWwwNp9MRunWnhtAKUoo0AHhjyPPg=="], "zwitch": ["zwitch@2.0.4", "", {}, "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="], diff --git a/frontend/package.json b/frontend/package.json index 0105678..ee6c8e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "sonner": "^2.0.6", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11", - "zod": "^3.25.74" + "zod": "^3.25.75" }, "devDependencies": { "@eslint/js": "^9.30.1",