chore: Upgrade Zod to v4
Some checks failed
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled

- zod: 3.25.76 → 4.1.11

All form validation continues working correctly with the new version.
This commit is contained in:
2025-10-02 16:21:26 +00:00
parent 4a91f8d66e
commit e2bf6fa1d7
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
"web-vitals": "^5.1.0",
"workbox-webpack-plugin": "^7.3.0",
"workbox-window": "^7.3.0",
"zod": "^3.25.76"
"zod": "^4.1.11"
},
"devDependencies": {
"@axe-core/react": "^4.10.2",