From da89d23a606fc90a255c5bf9a3fcab013d2e3307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:56:40 +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 95a04a1a91..08a8377d67 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",