From 1d76fb4464f0513fed5bd0d954f8f8464072ffdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 03:59:47 +0000 Subject: [PATCH] Bump zod from 3.23.3 to 3.23.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.3 to 3.23.4. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.3...v3.23.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5aa00d52a..7b8c6b778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.3" + "zod": "^3.23.4" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8", @@ -87,8 +87,7 @@ "react-hook-form": "^7.51.3", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.3" + "tailwindcss-animate": "^1.0.7" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -22249,9 +22248,9 @@ } }, "node_modules/zod": { - "version": "3.23.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.3.tgz", - "integrity": "sha512-tPvq1B/2Yu/dh2uAIH2/BhUlUeLIUvAjr6dpL/75I0pCYefHgjhXk1o1Kob3kTU8C7yU1j396jFHlsVWFi9ogg==", + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.4.tgz", + "integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index be57833da..c78c56365 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "tailwindcss": "^3.4.3", - "zod": "^3.23.3" + "zod": "^3.23.4" }, "peerDependencies": { "@hookform/resolvers": "^3.3.4", @@ -74,7 +74,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "tailwindcss": "^3.4.3", - "zod": "^3.23.3" + "zod": "^3.23.4" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8",