From 1a6942ccc9da3976bf15b71d355b9547d2b043ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:05:59 +0000 Subject: [PATCH] Bump zod in the prod-patch-updates group across 1 directory Bumps the prod-patch-updates group with 1 update in the / directory: [zod](https://github.com/colinhacks/zod). Updates `zod` from 3.25.46 to 3.25.56 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.46...v3.25.56) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... 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 dab2c935..0bc3c585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "winston": "3.17.0", "winston-daily-rotate-file": "5.0.0", "ws": "8.18.2", - "zod": "3.25.46", + "zod": "3.25.56", "zod-validation-error": "3.4.1" }, "devDependencies": { @@ -16370,9 +16370,9 @@ } }, "node_modules/zod": { - "version": "3.25.46", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.46.tgz", - "integrity": "sha512-IqRxcHEIjqLd4LNS/zKffB3Jzg3NwqJxQQ0Ns7pdrvgGkwQsEBdEQcOHaBVqvvZArShRzI39+aMST3FBGmTrLQ==", + "version": "3.25.56", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.56.tgz", + "integrity": "sha512-rd6eEF3BTNvQnR2e2wwolfTmUTnp70aUTqr0oaGbHifzC3BKJsoV+Gat8vxUMR1hwOKBs6El+qWehrHbCpW6SQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 0e6ecc91..fb329fc2 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "winston": "3.17.0", "winston-daily-rotate-file": "5.0.0", "ws": "8.18.2", - "zod": "3.25.46", + "zod": "3.25.56", "zod-validation-error": "3.4.1" }, "devDependencies": {