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.2.0 to 4.2.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-22 19:20:12 +00:00
committed by GitHub
parent 87596469b6
commit 9e0b5bec8b
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@@ -7166,9 +7166,9 @@
}
},
"node_modules/zod": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.0.tgz",
"integrity": "sha512-Bd5fw9wlIhtqCCxotZgdTOMwGm1a0u75wARVEY9HMs1X17trvA/lMi4+MGK5EUfYkXVTbX8UDiDKW4OgzHVUZw==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz",
"integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==",
"license": "MIT",
"peer": true,
"funding": {
@@ -7194,7 +7194,7 @@
"license": "MIT",
"dependencies": {
"chalk": "^5.6.2",
"zod": "^4.2.0"
"zod": "^4.2.1"
}
},
"packages/page-agent": {
@@ -7205,7 +7205,7 @@
"@page-agent/page-controller": "0.0.15",
"@page-agent/ui": "0.0.15",
"chalk": "^5.6.2",
"zod": "^4.2.0"
"zod": "^4.2.1"
}
},
"packages/page-controller": {

View File

@@ -38,6 +38,6 @@
},
"dependencies": {
"chalk": "^5.6.2",
"zod": "^4.2.0"
"zod": "^4.2.1"
}
}

View File

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