summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 15:29:09 +0000
committerGitHub <[email protected]>2024-09-30 15:29:09 +0000
commitd8a39e4e6fde4848e560cd79607e05c4ecb801e5 (patch)
tree72c4caa5adac929001f1df9d28b9977465f84dbc /package.json
parenta3d14d83dbf0b67d4524f3d8bf9291b7b84f233c (diff)
node_modules: bump @hono/zod-openapi from 0.16.0 to 0.16.2 (#313)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.16.0 to 0.16.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-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 87c5a7d..a58b825 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
- "@hono/zod-openapi": "^0.16.0",
+ "@hono/zod-openapi": "^0.16.2",
"@hono/zod-validator": "^0.3.0",
"hono": "^4.6.3",
"zod": "^3.23.8"