From d329023e659689998c1a678316f5a05e0e7d092f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:57:32 +0000 Subject: [PATCH] build(deps): bump zod from 3.22.2 to 3.22.3 in /frontend/apps/desktop 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/desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/desktop/package.json b/frontend/apps/desktop/package.json index cf3299f3bc..b2d5001780 100644 --- a/frontend/apps/desktop/package.json +++ b/frontend/apps/desktop/package.json @@ -45,7 +45,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hot-toast": "2.4.1", - "zod": "3.22.2" + "zod": "3.22.3" }, "devDependencies": { "@electron-forge/cli": "6.4.1",