From 608fafae375dd7325752ab9c27276701a505d33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:09:24 +0000 Subject: [PATCH] Bump zod from 3.21.4 to 3.22.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3. - [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.21.4...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f54d4a..abab51e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.6", "typescript": "5.1.6", - "zod": "^3.21.4" + "zod": "^3.22.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.9" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 99ced65..14fe75e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,8 +162,8 @@ dependencies: specifier: 5.1.6 version: 5.1.6 zod: - specifier: ^3.21.4 - version: 3.21.4 + specifier: ^3.22.3 + version: 3.22.3 devDependencies: '@tailwindcss/typography': @@ -5204,3 +5204,7 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false + + /zod@3.22.3: + resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==} + dev: false