chore(deps): bump zod in the production-dependencies group

Bumps the production-dependencies group with 1 update: [zod](https://github.com/colinhacks/zod).


Updates `zod` from 4.1.13 to 4.2.0
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.13...v4.2.0)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 19:30:06 +00:00
committed by GitHub
parent abc96b415f
commit 2e76a35188
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -7161,9 +7161,9 @@
}
},
"node_modules/zod": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
"integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.0.tgz",
"integrity": "sha512-Bd5fw9wlIhtqCCxotZgdTOMwGm1a0u75wARVEY9HMs1X17trvA/lMi4+MGK5EUfYkXVTbX8UDiDKW4OgzHVUZw==",
"license": "MIT",
"peer": true,
"funding": {
@@ -7190,7 +7190,7 @@
"@page-agent/page-controller": "0.0.10",
"@page-agent/ui": "0.0.10",
"chalk": "^5.6.2",
"zod": "^4.1.12"
"zod": "^4.2.0"
}
},
"packages/page-controller": {

View File

@@ -45,7 +45,7 @@
},
"dependencies": {
"chalk": "^5.6.2",
"zod": "^4.1.12",
"zod": "^4.2.0",
"@page-agent/page-controller": "0.0.10",
"@page-agent/ui": "0.0.10"
}