summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 15:17:02 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-29 15:18:27 +0000
commitec466a037d6fc889cad8e100b689b4fbaac63396 (patch)
tree7a0e8b6f0ffef3a68adcee7ffeb56de13daa05b4 /package.json
parente50678f67775b36525f69c8490f09b9bffdf7d88 (diff)
chore(deps): bump zod from 3.23.0 to 3.23.4
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.0 to 3.23.4. - [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.23.0...v3.23.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... 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 4c543f2..23512b4 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@hono/zod-validator": "^0.2.1",
"hono": "^4.2.7",
- "zod": "^3.23.0"
+ "zod": "^3.23.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240419.0",