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

@@ -34,7 +34,7 @@
"web-vitals": "^5.1.0", "web-vitals": "^5.1.0",
"workbox-webpack-plugin": "^7.3.0", "workbox-webpack-plugin": "^7.3.0",
"workbox-window": "^7.3.0", "workbox-window": "^7.3.0",
"zod": "^3.25.76" "zod": "^4.1.11"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/react": "^4.10.2", "@axe-core/react": "^4.10.2",
@@ -15672,9 +15672,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.25.76", "version": "4.1.11",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"

View File

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