From 5ea274b1da41f02dbdeae54c956ffd2d6f7596d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:24:20 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.2 to 3.25.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 3.25.4. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/commits) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.4 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..9521ce27 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.4", "zustand": "^4.5.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9c04edec..bba3121c 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.4: + version "3.25.4" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.4.tgz#36270e9fa8752ade683b2b8c330e6a1b0b0007ac" + integrity sha512-7zz8qNtVv37yCd8OeUW37PMXrR0K/zg+6vw+Z2FJ2+oozVdRbFKldkCoqxd9nJflDrx2ZkjUJrPF2DMj+L4pBQ== zustand@^4.5.4: version "4.5.6"