chore(deps): bump @hono/zod-openapi from 0.19.4 to 0.19.5 (#18886)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) from 0.19.4 to 0.19.5. - [Release notes](https://github.com/honojs/middleware/releases) - [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md) - [Commits](https://github.com/honojs/middleware/commits/HEAD/packages/zod-openapi) --- updated-dependencies: - dependency-name: "@hono/zod-openapi" dependency-version: 0.19.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
80449e2832
commit
0ca628ea19
|
|
@ -53,7 +53,7 @@
|
|||
"@bbob/html": "4.2.0",
|
||||
"@bbob/preset-html5": "4.2.0",
|
||||
"@hono/node-server": "1.14.1",
|
||||
"@hono/zod-openapi": "0.19.4",
|
||||
"@hono/zod-openapi": "0.19.5",
|
||||
"@notionhq/client": "2.3.0",
|
||||
"@opentelemetry/api": "1.9.0",
|
||||
"@opentelemetry/exporter-prometheus": "0.200.0",
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ importers:
|
|||
specifier: 1.14.1
|
||||
version: 1.14.1(hono@4.7.7)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.19.4
|
||||
version: 0.19.4(hono@4.7.7)(zod@3.24.3)
|
||||
specifier: 0.19.5
|
||||
version: 0.19.5(hono@4.7.7)(zod@3.24.3)
|
||||
'@notionhq/client':
|
||||
specifier: 2.3.0
|
||||
version: 2.3.0
|
||||
|
|
@ -1413,8 +1413,8 @@ packages:
|
|||
peerDependencies:
|
||||
hono: ^4
|
||||
|
||||
'@hono/zod-openapi@0.19.4':
|
||||
resolution: {integrity: sha512-wt/Hn5TudVLGQxARVBBGDN/ckDOWUQrw9gdZoDBfRb5+G8+AJ/qeRDV8iorKE3SyEeiRkJ5ErKevkjCsAgH69Q==}
|
||||
'@hono/zod-openapi@0.19.5':
|
||||
resolution: {integrity: sha512-n2RqdZL7XIaWPwBNygctG/1eySyRtSBnS7l+pIsP3f2JW5P2l7Smm6SLluscrGwB5l2C2fxbfvhWoC6Ig+SxXw==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
hono: '>=4.3.6'
|
||||
|
|
@ -7114,7 +7114,7 @@ snapshots:
|
|||
dependencies:
|
||||
hono: 4.7.7
|
||||
|
||||
'@hono/zod-openapi@0.19.4(hono@4.7.7)(zod@3.24.3)':
|
||||
'@hono/zod-openapi@0.19.5(hono@4.7.7)(zod@3.24.3)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 7.3.0(zod@3.24.3)
|
||||
'@hono/zod-validator': 0.4.3(hono@4.7.7)(zod@3.24.3)
|
||||
|
|
|
|||
Loading…
Reference in New Issue