From b23fd9d10350cc4311e787cd74f014c959055c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:48:26 +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 c7b0cadddc..3ceed4a8b8 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",