Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f09a58c

Browse files
committedDec 12, 2022
Update dependency zod to v3.20.0
1 parent af98ac9 commit f09a58c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-jest": "29.0.3",
6262
"typescript": "4.9.3",
6363
"yup": "0.32.11",
64-
"zod": "3.19.1"
64+
"zod": "3.20.0"
6565
},
6666
"dependencies": {
6767
"@graphql-codegen/plugin-helpers": "^3.0.0",

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6123,7 +6123,7 @@ yup@0.32.11:
61236123
property-expr "^2.0.4"
61246124
toposort "^2.0.2"
61256125

6126-
zod@3.19.1:
6127-
version "3.19.1"
6128-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.19.1.tgz#112f074a97b50bfc4772d4ad1576814bd8ac4473"
6129-
integrity sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==
6126+
zod@3.20.0:
6127+
version "3.20.0"
6128+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.0.tgz#999f50f41c7c69569c77721c9372987991ba1c3a"
6129+
integrity sha512-ZWxs7oM5ixoo1BMoxTNeDMYSih/F/FUnExsnRtHT04rG6q0Bd74TKS45RGXw07TOalOZyyzdKaYH38k8yTEv9A==

0 commit comments

Comments
 (0)
Please sign in to comment.