From 65b4cb67fdaeddd4024c676ed9488f6d8dce01e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:39:43 +0000 Subject: [PATCH] Bump zod from 3.22.2 to 3.22.3 (#3) Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 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.22.2...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 055532a..0a15b0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "graphql": "^16.8.1", "graphql-request": "^6.1.0", "node-fetch": "^3.3.2", - "zod": "^3.22.2", + "zod": "^3.22.3", "zod-to-json-schema": "^3.21.4" }, "devDependencies": { @@ -3197,9 +3197,9 @@ } }, "node_modules/zod": { - "version": "3.22.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", - "integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 7f8b161..e724ef5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "graphql": "^16.8.1", "graphql-request": "^6.1.0", "node-fetch": "^3.3.2", - "zod": "^3.22.2", + "zod": "^3.22.3", "zod-to-json-schema": "^3.21.4" } }