From 89e5bc014812d3f8356c8b86420f782493e0fb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:22:36 +0000 Subject: [PATCH] build(deps): bump zod from 3.22.4 to 3.23.8 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.23.8. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.4...v3.23.8) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eafcb1683..284767f9c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "uuid": "^10.0.0", "yet-another-react-lightbox": "^3.21.6", "yup": "^1.4.0", - "zod": "^3.22.4", + "zod": "^3.23.8", "zustand": "^5.0.1" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index a40aa4bd2..701007654 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11195,10 +11195,10 @@ yup@^1.4.0: toposort "^2.0.2" type-fest "^2.19.0" -zod@^3.22.4: - version "3.22.4" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff" - integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg== +zod@^3.23.8: + version "3.23.8" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d" + integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== zustand@^5.0.1: version "5.0.1"