mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
Merge pull request #413 from bartvdbraak/renovate/zod-3.x-lockfile
chore(deps): update dependency zod to v3.23.4
This commit is contained in:
commit
1ba38152a1
1 changed files with 7 additions and 7 deletions
|
@ -117,7 +117,7 @@ devDependencies:
|
|||
version: 5.2.10
|
||||
zod:
|
||||
specifier: ^3.23.0
|
||||
version: 3.23.0
|
||||
version: 3.23.1
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -5592,8 +5592,8 @@ packages:
|
|||
superstruct: 1.0.4
|
||||
valibot: 0.30.0
|
||||
yup: 1.4.0
|
||||
zod: 3.23.0
|
||||
zod-to-json-schema: 3.22.5(zod@3.23.0)
|
||||
zod: 3.23.1
|
||||
zod-to-json-schema: 3.22.5(zod@3.23.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/json-schema'
|
||||
- esbuild
|
||||
|
@ -6287,13 +6287,13 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/zod-to-json-schema@3.22.5(zod@3.23.0):
|
||||
/zod-to-json-schema@3.22.5(zod@3.23.1):
|
||||
resolution: {integrity: sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==}
|
||||
requiresBuild: true
|
||||
peerDependencies:
|
||||
zod: ^3.22.4
|
||||
dependencies:
|
||||
zod: 3.23.0
|
||||
zod: 3.23.1
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
|
@ -6301,6 +6301,6 @@ packages:
|
|||
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
|
||||
dev: true
|
||||
|
||||
/zod@3.23.0:
|
||||
resolution: {integrity: sha512-OFLT+LTocvabn6q76BTwVB0hExEBS0IduTr3cqZyMqEDbOnYmcU+y0tUAYbND4uwclpBGi4I4UUBGzylWpjLGA==}
|
||||
/zod@3.23.1:
|
||||
resolution: {integrity: sha512-fwxuO7wwRmBv1+OvqlZF0t73s3xhR0Cr7mRIFSca6Z/ZNsrzvCPl4Az4KJqi1mgkXdODuan91Cyyg8it0my1ag==}
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue