mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
chore(deps-dev): bump zod from 3.23.1 to 3.23.8
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.1 to 3.23.8. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.1...v3.23.8) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
62a9277c1a
commit
bb3756d856
2 changed files with 9 additions and 9 deletions
|
@ -39,7 +39,7 @@
|
|||
"typescript": "^5.4.5",
|
||||
"unlighthouse": "^0.11.6",
|
||||
"vite": "^5.2.10",
|
||||
"zod": "^3.23.0"
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -116,8 +116,8 @@ devDependencies:
|
|||
specifier: ^5.2.10
|
||||
version: 5.2.10
|
||||
zod:
|
||||
specifier: ^3.23.0
|
||||
version: 3.23.1
|
||||
specifier: ^3.23.8
|
||||
version: 3.23.8
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -5592,8 +5592,8 @@ packages:
|
|||
superstruct: 1.0.4
|
||||
valibot: 0.30.0
|
||||
yup: 1.4.0
|
||||
zod: 3.23.1
|
||||
zod-to-json-schema: 3.22.5(zod@3.23.1)
|
||||
zod: 3.23.8
|
||||
zod-to-json-schema: 3.22.5(zod@3.23.8)
|
||||
transitivePeerDependencies:
|
||||
- '@types/json-schema'
|
||||
- esbuild
|
||||
|
@ -6287,13 +6287,13 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/zod-to-json-schema@3.22.5(zod@3.23.1):
|
||||
/zod-to-json-schema@3.22.5(zod@3.23.8):
|
||||
resolution: {integrity: sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==}
|
||||
requiresBuild: true
|
||||
peerDependencies:
|
||||
zod: ^3.22.4
|
||||
dependencies:
|
||||
zod: 3.23.1
|
||||
zod: 3.23.8
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
|
@ -6301,6 +6301,6 @@ packages:
|
|||
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
|
||||
dev: true
|
||||
|
||||
/zod@3.23.1:
|
||||
resolution: {integrity: sha512-fwxuO7wwRmBv1+OvqlZF0t73s3xhR0Cr7mRIFSca6Z/ZNsrzvCPl4Az4KJqi1mgkXdODuan91Cyyg8it0my1ag==}
|
||||
/zod@3.23.8:
|
||||
resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue