From a00239c0ee0ceadcf7e0b85a338a3600eb170368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:33:15 +0000 Subject: [PATCH] Bump zod from 3.20.6 to 3.22.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.20.6 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.20.6...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94bf7a3..a4a36c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "discord-api-types": "^0.37.34", "discord.js": "^14.7.1", "node-html-markdown": "^1.3.0", - "zod": "^3.20.6" + "zod": "^3.22.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230214.0", @@ -2701,9 +2701,9 @@ } }, "node_modules/zod": { - "version": "3.20.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", - "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==", + "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 ea8bb47..058bf3f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "discord-api-types": "^0.37.34", "discord.js": "^14.7.1", "node-html-markdown": "^1.3.0", - "zod": "^3.20.6" + "zod": "^3.22.3" } } diff --git a/yarn.lock b/yarn.lock index e241d8b..5055660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1667,7 +1667,7 @@ youch@^3.2.2: mustache "^4.2.0" stacktracey "^2.1.8" -zod@^3.20.6: - version "3.20.6" - resolved "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz" - integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA== +zod@^3.20.6, zod@^3.22.3: + version "3.22.3" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060" + integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==