summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-25 15:56:53 +0000
committerGitHub <[email protected]>2024-11-25 15:56:53 +0000
commitfdf86c59d70c41feeb0b290b2c3bd6050d5692b7 (patch)
treeb1b65715c3fa647c765d1ef84a2497df8c1a4599 /package.json
parent996587d718e434e18ab296a2a201a2ca63a69abc (diff)
node_modules: bump @hono/zod-openapi from 0.17.1 to 0.18.0 (#355)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.17.1 to 0.18.0. - [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-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 26c2f6c..adb29b7 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
- "@hono/zod-openapi": "^0.17.1",
+ "@hono/zod-openapi": "^0.18.0",
"@hono/zod-validator": "^0.4.1",
"hono": "^4.6.12",
"zod": "^3.23.8"