From 4047f69408f01e71e6b9b7ede60a4142b4dba5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:22:23 +0000 Subject: [PATCH] chore(deps): bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 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.23.8...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 48ca1678..52b59187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "sanitize-filename": "1.6.3", "tiny-invariant": "1.3.3", "validator": "13.12.0", - "zod": "3.23.8" + "zod": "3.24.1" }, "devDependencies": { "@shopify/jest-koa-mocks": "5.3.1", @@ -12829,9 +12829,9 @@ } }, "node_modules/zod": { - "version": "3.23.8", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", - "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", + "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 07cda823..2f136ddf 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sanitize-filename": "1.6.3", "tiny-invariant": "1.3.3", "validator": "13.12.0", - "zod": "3.23.8" + "zod": "3.24.1" }, "devDependencies": { "@shopify/jest-koa-mocks": "5.3.1",