From 0052fbef3b458c3fd0d67a970e1e9f3b507ee8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:42:52 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.2 to 3.25.49 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 3.25.49. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.2...v3.25.49) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.49 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..55ad2372 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.49", "zustand": "^4.5.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9c04edec..9cfc1965 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.49: + version "3.25.49" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.49.tgz#e044541aac57bd12d1cec5dbf9309cdc768774c2" + integrity sha512-JMMPMy9ZBk3XFEdbM3iL1brx4NUSejd6xr3ELrrGEfGb355gjhiAWtG3K5o+AViV/3ZfkIrCzXsZn6SbLwTR8Q== zustand@^4.5.4: version "4.5.6"