From cad58b4f5b356afecfeb551b979c3599450ae621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:50:29 +0000 Subject: [PATCH] chore: bump zod from 3.22.3 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.3 to 3.24.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.3...v3.24.1) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba07e9d..0f2f9ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "handlebars": "^4.7.8", "itty-router": "^5.0.18", "toucan-js": "^4.0.0", - "zod": "^3.22.3" + "zod": "^3.24.1" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241224.0", @@ -5362,9 +5362,9 @@ } }, "node_modules/zod": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", - "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", + "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index bdb5add..61bb732 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "handlebars": "^4.7.8", "itty-router": "^5.0.18", "toucan-js": "^4.0.0", - "zod": "^3.22.3" + "zod": "^3.24.1" } }