From 92037cac3dc838dbb115a3e9480f82ff42817856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:21:43 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.48 to 4.0.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.48 to 4.0.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.48...v4.0.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 1af9969a..fddf3302 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.15.0", - "zod": "3.25.48" + "zod": "4.0.3" }, "devDependencies": { "@shopify/jest-koa-mocks": "5.3.1", @@ -13080,9 +13080,9 @@ } }, "node_modules/zod": { - "version": "3.25.48", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.48.tgz", - "integrity": "sha512-0X1mz8FtgEIvaxGjdIImYpZEaZMrund9pGXm3M6vM7Reba0e2eI71KPjSCGXBfwKDPwPoywf6waUKc3/tFvX2Q==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.3.tgz", + "integrity": "sha512-V78FonTAxtGAyF2xR75x0YoW8uKXdQiusoPtzbT07vH3mZiGdTQN6INuivHyYT6M2V2YRFDEKIF4ylTJh54EXg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index e206f499..aa2b3633 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sanitize-filename": "1.6.3", "tiny-invariant": "1.3.3", "validator": "13.15.0", - "zod": "3.25.48" + "zod": "4.0.3" }, "devDependencies": { "@shopify/jest-koa-mocks": "5.3.1",