summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-07 15:49:02 +0000
committerGitHub <[email protected]>2024-10-07 15:49:02 +0000
commit08912b439bd61088dd849b9342a81341fa9e4a23 (patch)
treecb2934af60da0e359689bd9b9490dc03d3a12d1a /package.json
parent1e6dd016b4b98cc3ec13b355926ce44ccdd1cb74 (diff)
node_modules: bump @hono/zod-validator from 0.3.0 to 0.4.1 (#317)
Bumps [@hono/zod-validator](https://github.com/honojs/middleware) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/honojs/middleware/releases) - [Commits](https://github.com/honojs/middleware/compare/@hono/[email protected]...@hono/[email protected]) --- updated-dependencies: - dependency-name: "@hono/zod-validator" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 b21ca70..9a5e1a3 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.16.4",
- "@hono/zod-validator": "^0.3.0",
+ "@hono/zod-validator": "^0.4.1",
"hono": "^4.6.3",
"zod": "^3.23.8"
},