From 21f2081365a0dd68f94d64938ba576b7251ec2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:16:04 +0100 Subject: [PATCH] chore(deps): bump zod from 3.23.8 to 3.24.0 (#1546) Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.0. - [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.0) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5248119e0..d31970130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "validator": "^13.12.0", "xss": "^1.0.15", "xstate": "^5.19.0", - "zod": "^3.23.8" + "zod": "^3.24.0" }, "devDependencies": { "@axe-core/playwright": "^4.10.1", @@ -20731,10 +20731,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==", - "license": "MIT", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.0.tgz", + "integrity": "sha512-Hz+wiY8yD0VLA2k/+nsg2Abez674dDGTai33SwNvMPuf9uIrBC9eFgIMQxBBbHFxVXi8W+5nX9DcAh9YNSQm/w==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 993adcbee..0aac3ba35 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "validator": "^13.12.0", "xss": "^1.0.15", "xstate": "^5.19.0", - "zod": "^3.23.8" + "zod": "^3.24.0" }, "devDependencies": { "@axe-core/playwright": "^4.10.1",