fix(deps): update dependency zod to v4
Some checks failed
Check / Lint and Check (push) Failing after 41s
Check / Lint and Check (pull_request) Failing after 41s

This commit is contained in:
2025-07-12 00:01:38 +00:00
parent a5143efc09
commit f8c848f214
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.0", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.11", "@tailwindcss/postcss": "4.1.11",
@ -9441,9 +9441,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.25.74", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.74.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.5.tgz",
"integrity": "sha512-J8poo92VuhKjNknViHRAIuuN6li/EwFbAC8OedzI8uxpEPGiXHGQu9wemIAioIpqgfB4SySaJhdk0mH5Y4ICBg==", "integrity": "sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"

View File

@ -29,7 +29,7 @@
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.0", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.11", "@tailwindcss/postcss": "4.1.11",