From 8aa907622d52e63cdfe78cf97f81b1c96d0def7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:48:43 +0000 Subject: [PATCH] fix(deps): bump zod from 3.12.0 to 3.12.1 in /shared (#3537) Bumps [zod](https://github.com/colinhacks/zod) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/commits) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shared/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/package-lock.json b/shared/package-lock.json index 371aca9aca..869da6f18d 100644 --- a/shared/package-lock.json +++ b/shared/package-lock.json @@ -548,9 +548,9 @@ "dev": true }, "zod": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.12.0.tgz", - "integrity": "sha512-w+mmntgEL4hDDL5NLFdN6Fq2DSzxfmlSoJqiYE1/CApO8EkOCxvJvRYEVf8Vr/lRs3i6gqoiyFM6KRcWqqdBzQ==" + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.12.1.tgz", + "integrity": "sha512-wm4Gm6ACayAagHRDIGyDS0H4dRI4gGVqOJ9M4X2UjwgN/rv+QPRUjcvGqZRHiVYVuvQTOszRSkZ074I1dzEy9A==" } } }