From 31ac619e660998a98963968995fb899fdce0422a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:55:58 +0000 Subject: [PATCH] build(deps): bump zod from 3.22.4 to 3.23.7 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.23.7. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.4...v3.23.7) --- 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 4871ad7..14e1c1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/github": "6.0.0", "marked": "^12.0.1", "node-fetch": "3.3.2", - "zod": "^3.22.4" + "zod": "^3.23.7" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -7241,9 +7241,9 @@ } }, "node_modules/zod": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "version": "3.23.7", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.7.tgz", + "integrity": "sha512-NBeIoqbtOiUMomACV/y+V3Qfs9+Okr18vR5c/5pHClPpufWOrsx8TENboDPe265lFdfewX2yBtNTLPvnmCxwog==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 3afe8bd..f5b1340 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "6.0.0", "marked": "^12.0.1", "node-fetch": "3.3.2", - "zod": "^3.22.4" + "zod": "^3.23.7" }, "devDependencies": { "@types/jest": "^29.5.12",