From c3cd375fe2988b341cdeb09cae02b1f1af5b6730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:35:19 +0000 Subject: [PATCH] fix(deps): bump zod from 3.19.1 to 3.22.2 Bumps [zod](https://github.com/colinhacks/zod) from 3.19.1 to 3.22.2. - [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.19.1...v3.22.2) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5371a976..f60e4d80 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "styled-components": "^5.3.9", "tslib": "^2.6.2", "typescript": "5.0.4", - "zod": "^3.19.1" + "zod": "^3.22.2" }, "devDependencies": { "@jest/types": "^29.6.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbfdbdde..8d900cbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ dependencies: specifier: 5.0.4 version: 5.0.4 zod: - specifier: ^3.19.1 - version: 3.19.1 + specifier: ^3.22.2 + version: 3.22.2 devDependencies: '@jest/types': @@ -6421,6 +6421,6 @@ packages: engines: {node: '>=10'} dev: true - /zod@3.19.1: - resolution: {integrity: sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==} + /zod@3.22.2: + resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==} dev: false