From 44a8abece890982ca0ec89305245f91d30aa1479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 20:37:32 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.2 to 3.25.32 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 3.25.32. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.2...v3.25.32) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.32 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..71252dd7 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.32", "zustand": "^4.5.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9c04edec..62c0463d 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.32: + version "3.25.32" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.32.tgz#769cc684072df780fc8f38130b0cd9283a8d3818" + integrity sha512-OSm2xTIRfW8CV5/QKgngwmQW/8aPfGdaQFlrGoErlgg/Epm7cjb6K6VEyExfe65a3VybUOnu381edLb0dfJl0g== zustand@^4.5.4: version "4.5.6"