Skip to content

Commit

Permalink
fix(bo): update zod
Browse files Browse the repository at this point in the history
Reviewed-by: @silvicir 
Refs: SFEQS-2050 #235
  • Loading branch information
lucacavallaro authored Oct 26, 2023
1 parent 7d679d4 commit 4e63143
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-islands-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"io-sign-backoffice-app": patch
---

Update Zod to fix email validation issues
2 changes: 1 addition & 1 deletion apps/io-sign-backoffice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-is": "^18.2.0",
"server-only": "^0.0.1",
"ulid": "^2.3.0",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.4.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12092,7 +12092,7 @@ __metadata:
typescript: ^5.1.6
ulid: ^2.3.0
vitest: ^0.34.4
zod: ^3.21.4
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19514,9 +19514,9 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.21.4":
version: 3.21.4
resolution: "zod@npm:3.21.4"
checksum: f185ba87342ff16f7a06686767c2b2a7af41110c7edf7c1974095d8db7a73792696bcb4a00853de0d2edeb34a5b2ea6a55871bc864227dace682a0a28de33e1f
"zod@npm:^3.22.4":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
languageName: node
linkType: hard

0 comments on commit 4e63143

Please sign in to comment.