From 5fcb31649c758c8d29fc820e4485638979fda9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:33:19 +0000 Subject: [PATCH] Bump zod from 3.22.4 to 3.22.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.22.5. - [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) --- 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 58908975f..95f93e891 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.4" + "zod": "^3.22.5" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8", @@ -87,8 +87,7 @@ "react-hook-form": "^7.51.3", "tailwind-merge": "^2.2.2", "tailwindcss": "^3.4.3", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "tailwindcss-animate": "^1.0.7" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -20356,9 +20355,9 @@ } }, "node_modules/zod": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.5.tgz", + "integrity": "sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index ca9051d2b..d6cb8550d 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.4" + "zod": "^3.22.5" }, "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.4" + "zod": "^3.22.5" }, "devDependencies": { "@storybook/addon-a11y": "^8.0.8",