From aa57f7c3e0aa6c9165318542018d8b3c2dcc76a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:41:59 +0000 Subject: [PATCH] Bump zod from 3.22.5 to 3.23.0 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.5 to 3.23.0. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/commits/v3.23.0) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95f93e891..7af415a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "tailwind-merge": "^2.2.2", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.5" + "zod": "^3.23.0" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8", @@ -20355,9 +20355,9 @@ } }, "node_modules/zod": { - "version": "3.22.5", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.5.tgz", - "integrity": "sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.0.tgz", + "integrity": "sha512-OFLT+LTocvabn6q76BTwVB0hExEBS0IduTr3cqZyMqEDbOnYmcU+y0tUAYbND4uwclpBGi4I4UUBGzylWpjLGA==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index d6cb8550d..4755c5e6d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "tailwindcss": "^3.4.3", - "zod": "^3.22.5" + "zod": "^3.23.0" }, "peerDependencies": { "@hookform/resolvers": "^3.3.4", @@ -74,7 +74,7 @@ "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "tailwindcss": "^3.4.3", - "zod": "^3.22.5" + "zod": "^3.23.0" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8",