mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-01 12:19:21 +01:00
fix(deps): update dependency zod to ^3.23.5 (#399)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c988f3d7f8
commit
56388eb8ef
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"zod": "^3.23.4",
|
||||
"zod": "^3.23.5",
|
||||
"@homarr/definitions": "workspace:^0.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@@ -119,7 +119,7 @@ importers:
|
||||
version: 7.8.1(@mantine/core@7.8.1(@mantine/hooks@7.8.1(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.8.1(react@18.3.1))(@tiptap/extension-link@2.3.0(@tiptap/core@2.3.0(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4))(@tiptap/react@2.3.0(@tiptap/core@2.3.0(@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.4)
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.5)
|
||||
'@tanstack/react-query':
|
||||
specifier: ^5.32.1
|
||||
version: 5.32.1(react@18.3.1)
|
||||
@@ -405,7 +405,7 @@ importers:
|
||||
version: link:../db
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.10.1
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.4)
|
||||
version: 0.10.1(typescript@5.4.5)(zod@3.23.5)
|
||||
bcrypt:
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1
|
||||
@@ -754,8 +754,8 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../definitions
|
||||
zod:
|
||||
specifier: ^3.23.4
|
||||
version: 3.23.4
|
||||
specifier: ^3.23.5
|
||||
version: 3.23.5
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -5683,8 +5683,8 @@ packages:
|
||||
zod@3.22.5:
|
||||
resolution: {integrity: sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==}
|
||||
|
||||
zod@3.23.4:
|
||||
resolution: {integrity: sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==}
|
||||
zod@3.23.5:
|
||||
resolution: {integrity: sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -6494,16 +6494,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.4)':
|
||||
'@t3-oss/env-core@0.10.1(typescript@5.4.5)(zod@3.23.5)':
|
||||
dependencies:
|
||||
zod: 3.23.4
|
||||
zod: 3.23.5
|
||||
optionalDependencies:
|
||||
typescript: 5.4.5
|
||||
|
||||
'@t3-oss/env-nextjs@0.10.1(typescript@5.4.5)(zod@3.23.4)':
|
||||
'@t3-oss/env-nextjs@0.10.1(typescript@5.4.5)(zod@3.23.5)':
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.10.1(typescript@5.4.5)(zod@3.23.4)
|
||||
zod: 3.23.4
|
||||
'@t3-oss/env-core': 0.10.1(typescript@5.4.5)(zod@3.23.5)
|
||||
zod: 3.23.5
|
||||
optionalDependencies:
|
||||
typescript: 5.4.5
|
||||
|
||||
@@ -10776,4 +10776,4 @@ snapshots:
|
||||
|
||||
zod@3.22.5: {}
|
||||
|
||||
zod@3.23.4: {}
|
||||
zod@3.23.5: {}
|
||||
|
||||
Reference in New Issue
Block a user