summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-09 15:57:31 +0000
committerGitHub <[email protected]>2024-12-09 15:57:31 +0000
commit12b3971ee24065ed6ad17b4781047c2bd4e03463 (patch)
treea0736f7ab680e54a0abf5c419c2ae99b0d2c7e2e /package.json
parent1493c1cdef9f837211f2ddf35f7382fa7bb9d538 (diff)
node_modules: bump @hono/zod-openapi from 0.18.0 to 0.18.3 (#357)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.18.0 to 0.18.3. - [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 ec4312a..b62d6b2 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
- "@hono/zod-openapi": "^0.18.0",
+ "@hono/zod-openapi": "^0.18.3",
"@hono/zod-validator": "^0.4.1",
"hono": "^4.6.12",
"zod": "^3.23.8"