build(deps): Bump zod from 3.25.76 to 4.1.12 (#70)

Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.12.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.12)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-07 21:28:01 +02:00
committed by GitHub
parent 37d7aea258
commit 0d40ced2f8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"superjson": "^2.2.1", "superjson": "^2.2.1",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"ws": "^8.18.3", "ws": "^8.18.3",
"zod": "^3.24.2" "zod": "^4.1.12"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.1",
@@ -10973,9 +10973,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.25.76", "version": "4.1.12",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"

View File

@@ -48,7 +48,7 @@
"superjson": "^2.2.1", "superjson": "^2.2.1",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"ws": "^8.18.3", "ws": "^8.18.3",
"zod": "^3.24.2" "zod": "^4.1.12"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.1",