Skip to content

Commit

Permalink
Merge pull request #25 from cbelsole/update_zod
Browse files Browse the repository at this point in the history
update zod for security fix
  • Loading branch information
robertLichtnow committed Mar 23, 2024
2 parents 7d4e87f + 03be882 commit 75f3912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"semantic-release": "^17.4.5",
"ts-jest": "^27.0.4",
"typescript": "~4.6.3",
"zod": "^3.14.4"
"zod": "^3.22.4"
},
"peerDependencies": {
"formik": "^2.2.9",
"zod": "^3.14.4"
"zod": "^3.22.4"
},
"jest": {
"coverageDirectory": "./coverage/",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5503,7 +5503,7 @@ yargs@^16.0.3, yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

zod@^3.14.4:
version "3.19.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.19.1.tgz#112f074a97b50bfc4772d4ad1576814bd8ac4473"
integrity sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==
zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit 75f3912

Please sign in to comment.