From 1e790a15974ab5fa9593792d1dbde4f8363101c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:21:53 +0000 Subject: [PATCH] Bump zod from 3.22.0 to 3.22.2 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.0 to 3.22.2. - [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.22.0...v3.22.2) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... 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 cccf0d8..fe520e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "superjson": "1.13.1", "tailwindcss-radix": "^2.8.0", "uuid": "^9.0.0", - "zod": "^3.22.0", + "zod": "^3.22.2", "zustand": "^4.3.9" }, "devDependencies": { @@ -14521,9 +14521,9 @@ } }, "node_modules/zod": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.0.tgz", - "integrity": "sha512-y5KZY/ssf5n7hCGDGGtcJO/EBJEm5Pa+QQvFBeyMOtnFYOSflalxIFFvdaYevPhePcmcKC4aTbFkCcXN7D0O8Q==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", + "integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index a9f5342..b5afd81 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "superjson": "1.13.1", "tailwindcss-radix": "^2.8.0", "uuid": "^9.0.0", - "zod": "^3.22.0", + "zod": "^3.22.2", "zustand": "^4.3.9" }, "devDependencies": {