From c5f68aedb41339fc02f8290411fc208410514fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 04:50:36 +0000 Subject: [PATCH] chore(deps-dev): bump zod from 3.23.0 to 3.23.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.0 to 3.23.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.23.0...v3.23.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index ce19cfe..51bc514 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "typescript": "^5.4.5", "unlighthouse": "^0.11.6", "vite": "^5.2.10", - "zod": "^3.23.0" + "zod": "^3.23.3" }, "type": "module", "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f61a0b..3e94ed8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,8 +116,8 @@ devDependencies: specifier: ^5.2.10 version: 5.2.10 zod: - specifier: ^3.23.0 - version: 3.23.0 + specifier: ^3.23.3 + version: 3.23.3 packages: @@ -5592,8 +5592,8 @@ packages: superstruct: 1.0.4 valibot: 0.30.0 yup: 1.4.0 - zod: 3.23.0 - zod-to-json-schema: 3.22.5(zod@3.23.0) + zod: 3.23.3 + zod-to-json-schema: 3.22.5(zod@3.23.3) transitivePeerDependencies: - '@types/json-schema' - esbuild @@ -6287,13 +6287,13 @@ packages: dev: true optional: true - /zod-to-json-schema@3.22.5(zod@3.23.0): + /zod-to-json-schema@3.22.5(zod@3.23.3): resolution: {integrity: sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==} requiresBuild: true peerDependencies: zod: ^3.22.4 dependencies: - zod: 3.23.0 + zod: 3.23.3 dev: true optional: true @@ -6301,6 +6301,6 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: true - /zod@3.23.0: - resolution: {integrity: sha512-OFLT+LTocvabn6q76BTwVB0hExEBS0IduTr3cqZyMqEDbOnYmcU+y0tUAYbND4uwclpBGi4I4UUBGzylWpjLGA==} + /zod@3.23.3: + resolution: {integrity: sha512-tPvq1B/2Yu/dh2uAIH2/BhUlUeLIUvAjr6dpL/75I0pCYefHgjhXk1o1Kob3kTU8C7yU1j396jFHlsVWFi9ogg==} dev: true