fix(deps): update dependency zod to v4 (#285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/294/head
renovate[bot] 5 months ago committed by GitHub
parent f75707bca9
commit 14bc045f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,7 +57,7 @@
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"web-streams-polyfill": "^4.0.0", "web-streams-polyfill": "^4.0.0",
"webrtcsupport": "^2.2.0", "webrtcsupport": "^2.2.0",
"zod": "^3.23.8" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.30.0", "@eslint/js": "^9.30.0",

@ -72,8 +72,8 @@ importers:
specifier: ^2.2.0 specifier: ^2.2.0
version: 2.2.0 version: 2.2.0
zod: zod:
specifier: ^3.23.8 specifier: ^4.0.0
version: 3.25.76 version: 4.0.14
devDependencies: devDependencies:
'@eslint/js': '@eslint/js':
specifier: ^9.30.0 specifier: ^9.30.0
@ -3578,8 +3578,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
zod@3.25.76: zod@4.0.14:
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} resolution: {integrity: sha512-nGFJTnJN6cM2v9kXL+SOBq3AtjQby3Mv5ySGFof5UGRHrRioSJ5iG680cYNjE/yWk671nROcpPj4hAS8nyLhSw==}
snapshots: snapshots:
@ -7286,4 +7286,4 @@ snapshots:
yocto-queue@0.1.0: {} yocto-queue@0.1.0: {}
zod@3.25.76: {} zod@4.0.14: {}

Loading…
Cancel
Save