From d3bf06d1d4f6eb8caa479adfd5548a7dba40c2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 20:47:39 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.2 to 3.25.30 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 3.25.30. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.2...v3.25.30) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.30 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 376b8674..7860f92d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "react-leaflet": "^5.0.0", "recharts": "^2.15.3", "utility-types": "^3.11.0", - "zod": "^3.23.8", + "zod": "^3.25.30", "zustand": "^4.5.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9c04edec..41118754 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5682,10 +5682,10 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zod@^3.23.8, zod@^3.24.2: - version "3.24.2" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3" - integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ== +zod@^3.24.2, zod@^3.25.30: + version "3.25.30" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.30.tgz#ffd1b5cc06ff6de4ab35134d8eadb945314c4898" + integrity sha512-VolhdEtu6TJr/fzGuHA/SZ5ixvXqA6ADOG9VRcQ3rdOKmF5hkmcJbyaQjUH5BgmpA9gej++zYRX7zjSmdReIwA== zustand@^4.5.4: version "4.5.6"