fix(deps): update dependency zod to ^3.23.4 (#373)

* fix(deps): update dependency zod to ^3.23.4

* fix: type issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-04-27 14:35:07 +02:00
committed by GitHub
parent 92b417a37e
commit 392a185640
3 changed files with 16 additions and 13 deletions

View File

@@ -34,7 +34,7 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"zod": "^3.22.5",
"zod": "^3.23.4",
"@homarr/definitions": "workspace:^0.1.0"
}
}