summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-23 15:32:14 +0000
committerGitHub <[email protected]>2024-12-23 15:32:14 +0000
commit3f815459945b2a73f8ba6cdf4a1cbf022e447bbb (patch)
tree98f03032fbfadb3aedc92aad787e5f300b8f3c6e /package.json
parentd70480b979f83c9ecd72f274f671e5ebde20fc76 (diff)
node_modules: bump @hono/zod-validator from 0.4.1 to 0.4.2 (#364)
Bumps [@hono/zod-validator](https://github.com/honojs/middleware) from 0.4.1 to 0.4.2. - [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-patch ... 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 9a50435..0e9c70d 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.18.3",
- "@hono/zod-validator": "^0.4.1",
+ "@hono/zod-validator": "^0.4.2",
"hono": "^4.6.14",
"zod": "^3.23.8"
},