fix(deps): update dependency zod to v4

Signed-off-by: Renovate Bot <renovate@kektus.xyz>
This commit is contained in:
Renovate Bot 2025-07-20 17:59:16 +00:00
commit 985d2c7b61
No known key found for this signature in database
GPG key ID: A3391C9BFE8AB8F3
2 changed files with 27 additions and 7 deletions

View file

@ -1,12 +1,12 @@
{
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"dependencies": {
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.0",
@ -27,7 +27,7 @@
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue3-openlayers": "^10.0.2",
"zod": "^3.23.8"
"zod": "^4.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
@ -1790,6 +1790,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@vee-validate/zod/node_modules/zod": {
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz",
@ -3503,6 +3512,16 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/generate-license-file/node_modules/zod": {
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/geotiff": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.1.3.tgz",
@ -6735,9 +6754,10 @@
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.0.5.tgz",
"integrity": "sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}

View file

@ -30,7 +30,7 @@
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue3-openlayers": "^10.0.2",
"zod": "^3.23.8"
"zod": "^4.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",