From f8dd5deefa99d1386ff5e7b58562f5aa1efd738b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:12:29 +0000 Subject: [PATCH] chore(deps): bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1. - [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.1) --- 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 e670de0adc..92a6e80809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "ts-md5": "^1.3.1", "tslib": "^2.8.1", "uuid": "9.0.1", - "zod": "^3.21.4", + "zod": "^3.24.1", "zone.js": "~0.14.0" }, "devDependencies": { @@ -26421,9 +26421,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==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", + "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index b2212d7188..e1f0faa560 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "ts-md5": "^1.3.1", "tslib": "^2.8.1", "uuid": "9.0.1", - "zod": "^3.21.4", + "zod": "^3.24.1", "zone.js": "~0.14.0" }, "devDependencies": {