From 66b06aa25c4041be591156a4468b577c74d5b1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:12:08 +0000 Subject: [PATCH] Bump zod from 3.25.30 to 3.25.75 in /web Bumps [zod](https://github.com/colinhacks/zod) from 3.25.30 to 3.25.75. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.30...v3.25.75) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.75 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 9 ++++----- web/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 68e2f9bd..3e002d46 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -41,7 +41,7 @@ "swr": "^2.2.4", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "zod": "^3.25.75" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", @@ -6442,10 +6442,9 @@ } }, "node_modules/zod": { - "version": "3.25.30", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.30.tgz", - "integrity": "sha512-VolhdEtu6TJr/fzGuHA/SZ5ixvXqA6ADOG9VRcQ3rdOKmF5hkmcJbyaQjUH5BgmpA9gej++zYRX7zjSmdReIwA==", - "license": "MIT", + "version": "3.25.75", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.75.tgz", + "integrity": "sha512-OhpzAmVzabPOL6C3A3gpAifqr9MqihV/Msx3gor2b2kviCgcb+HM9SEOpMWwwNp9MRunWnhtAKUoo0AHhjyPPg==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/web/package.json b/web/package.json index 28a2aa3d..389427b3 100644 --- a/web/package.json +++ b/web/package.json @@ -43,7 +43,7 @@ "swr": "^2.2.4", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "zod": "^3.25.75" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10",