From ee730b00b160b516a7d0babb51f1643b30aab01c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:40:41 +0000 Subject: [PATCH] chore(deps): bump zod from 3.21.4 to 3.22.3 in /website Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 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.21.4...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 9e1dc3727..14648c4f7 100644 --- a/website/package.json +++ b/website/package.json @@ -40,7 +40,7 @@ "stripe": "^13.7.0", "survey-core": "^1.9.109", "survey-react-ui": "^1.9.109", - "zod": "3.21.4" + "zod": "3.22.3" }, "devDependencies": { "@types/accept-language-parser": "^1.5.4",