From 74cfc608684a2465f48c16e51ccfac38f79a548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:53:38 +0000 Subject: [PATCH] Chore(deps): Bump zod from 3.23.3 to 3.23.4 in /frontend/dashboard Bumps [zod](https://github.com/colinhacks/zod) from 3.23.3 to 3.23.4. - [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.23.3...v3.23.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 4710ea171..48735789f 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -17,7 +17,7 @@ "react": "^18", "react-dom": "^18", "react-redux": "^9.1.1", - "zod": "^3.23.3" + "zod": "^3.23.4" }, "devDependencies": { "@types/node": "^20",