From d5de048b997fcafd604d95594baf99bfd646580c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:56:39 +0000 Subject: [PATCH] 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6690f1d..b35966f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "superjson": "2.2.1", "tailwindcss-radix": "^2.8.0", "uuid": "^9.0.0", - "zod": "^3.22.4", + "zod": "^3.23.8", "zustand": "^4.3.8" }, "devDependencies": { @@ -19158,9 +19158,9 @@ "integrity": "sha512-tT/oChyDXelLo2A+UVnlW9GU7CsvFMaEnd9kVFsaiCQonFAXd3xrHhkLYu+suwwosrAEQ746xBU+HvYtm1Zs2Q==" }, "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.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 12fc1a6..53ac3ef 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "superjson": "2.2.1", "tailwindcss-radix": "^2.8.0", "uuid": "^9.0.0", - "zod": "^3.22.4", + "zod": "^3.23.8", "zustand": "^4.3.8" }, "devDependencies": {