From de6b486f6c3f3771b99d0b1fac42e5e253aeaccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:48:42 +0000 Subject: [PATCH] build(deps): bump zod from 3.22.2 to 3.22.3 in /frontend/apps/site Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.3. - [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.2...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/apps/site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/site/package.json b/frontend/apps/site/package.json index 9b69bfc388..dd8ec4c266 100644 --- a/frontend/apps/site/package.json +++ b/frontend/apps/site/package.json @@ -50,7 +50,7 @@ "tamagui": "1.69.3", "typescript": "5.1.6", "unist-util-visit": "4.1.2", - "zod": "3.22.2" + "zod": "3.22.3" }, "devDependencies": { "@mintter/prettier": "*",