summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-18 16:08:53 +0000
committerGitHub <[email protected]>2024-11-18 16:08:53 +0000
commit3bfdf50e5db77eb9c7c6b0a8aad5773cf78972f5 (patch)
tree6fded9b38865eb8eea5bad7e06a103cd933b2ab8 /package.json
parent06aaf5155d4d5883158a045695012389ff21d921 (diff)
node_modules: bump @hono/zod-openapi from 0.17.0 to 0.17.1 (#347)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.17.0 to 0.17.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-openapi" 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 61a914b..5c29a36 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
- "@hono/zod-openapi": "^0.17.0",
+ "@hono/zod-openapi": "^0.17.1",
"@hono/zod-validator": "^0.4.1",
"hono": "^4.6.10",
"zod": "^3.23.8"