mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
fix(deps): update dependency zod to ^3.23.8 (#460)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8bd08d39ca
commit
687556ad96
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"zod": "^3.23.7",
|
||||
"zod": "^3.23.8",
|
||||
"@homarr/definitions": "workspace:^0.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@@ -119,7 +119,7 @@ importers:
|
||||
version: 7.9.0(@mantine/core@7.9.0(@mantine/hooks@7.9.0(react@18.3.1))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.9.0(react@18.3.1))(@tiptap/extension-link@2.3.2(@tiptap/core@2.3.2(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4))(@tiptap/react@2.3.2(@tiptap/core@2.3.2(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.10.1
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.7)
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.8)
|
||||
'@tanstack/react-query':
|
||||
specifier: ^5.35.1
|
||||
version: 5.35.1(react@18.3.1)
|
||||
@@ -408,7 +408,7 @@ importers:
|
||||
version: link:../db
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.10.1
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.7)
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.8)
|
||||
bcrypt:
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1
|
||||
@@ -785,8 +785,8 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../definitions
|
||||
zod:
|
||||
specifier: ^3.23.7
|
||||
version: 3.23.7
|
||||
specifier: ^3.23.8
|
||||
version: 3.23.8
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -5714,8 +5714,8 @@ packages:
|
||||
zod@3.23.6:
|
||||
resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==}
|
||||
|
||||
zod@3.23.7:
|
||||
resolution: {integrity: sha512-NBeIoqbtOiUMomACV/y+V3Qfs9+Okr18vR5c/5pHClPpufWOrsx8TENboDPe265lFdfewX2yBtNTLPvnmCxwog==}
|
||||
zod@3.23.8:
|
||||
resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -6525,16 +6525,16 @@ snapshots:
|
||||
'@swc/counter': 0.1.3
|
||||
tslib: 2.6.2
|
||||
|
||||
'@t3-oss/env-core@0.10.1(typescript@5.4.5)(zod@3.23.7)':
|
||||
'@t3-oss/env-core@0.10.1(typescript@5.4.5)(zod@3.23.8)':
|
||||
dependencies:
|
||||
zod: 3.23.7
|
||||
zod: 3.23.8
|
||||
optionalDependencies:
|
||||
typescript: 5.4.5
|
||||
|
||||
'@t3-oss/env-nextjs@0.10.1(typescript@5.4.5)(zod@3.23.7)':
|
||||
'@t3-oss/env-nextjs@0.10.1(typescript@5.4.5)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.10.1(typescript@5.4.5)(zod@3.23.7)
|
||||
zod: 3.23.7
|
||||
'@t3-oss/env-core': 0.10.1(typescript@5.4.5)(zod@3.23.8)
|
||||
zod: 3.23.8
|
||||
optionalDependencies:
|
||||
typescript: 5.4.5
|
||||
|
||||
@@ -10807,4 +10807,4 @@ snapshots:
|
||||
|
||||
zod@3.23.6: {}
|
||||
|
||||
zod@3.23.7: {}
|
||||
zod@3.23.8: {}
|
||||
|
||||
Reference in New Issue
Block a user