summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 16:08:07 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-22 16:09:07 +0000
commit95f1d646e9a520fe1a6a45045ebf5d8023000486 (patch)
tree595fecf7eb0d71825f6c4ff77642be874e9e6d15 /package.json
parent56db0fd6a9791b50ed20cafacfcd0feec4263f99 (diff)
chore(deps): bump zod from 3.22.4 to 3.23.0
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.23.0. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.4...v3.23.0) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6d9a1d8..7b721e9 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@hono/zod-validator": "^0.2.1",
"hono": "^4.2.4",
- "zod": "^3.22.4"
+ "zod": "^3.23.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240419.0",