chore(deps): bump @hono/zod-openapi from 1.5.0 to 1.5.1 (#22725)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) from 1.5.0 to 1.5.1. - [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/@hono/zod-openapi@1.5.1/packages/zod-openapi) --- updated-dependencies: - dependency-name: "@hono/zod-openapi" dependency-version: 1.5.1 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
2155313b44
commit
a20aa2c2a6
|
|
@ -65,7 +65,7 @@
|
|||
"@googleapis/youtube": "33.0.0",
|
||||
"@honeybadger-io/js": "6.14.0",
|
||||
"@hono/node-server": "2.0.9",
|
||||
"@hono/zod-openapi": "1.5.0",
|
||||
"@hono/zod-openapi": "1.5.1",
|
||||
"@jocmp/mercury-parser": "3.0.9",
|
||||
"@notionhq/client": "5.23.1",
|
||||
"@opentelemetry/api": "1.9.1",
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ importers:
|
|||
specifier: 2.0.9
|
||||
version: 2.0.9(hono@4.12.30)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 1.5.0
|
||||
version: 1.5.0(hono@4.12.30)(zod@4.4.3)
|
||||
specifier: 1.5.1
|
||||
version: 1.5.1(hono@4.12.30)(zod@4.4.3)
|
||||
'@jocmp/mercury-parser':
|
||||
specifier: 3.0.9
|
||||
version: 3.0.9
|
||||
|
|
@ -1098,17 +1098,17 @@ packages:
|
|||
peerDependencies:
|
||||
hono: ^4
|
||||
|
||||
'@hono/zod-openapi@1.5.0':
|
||||
resolution: {integrity: sha512-/clSBZWBht7G4SItlTo+4ElbdIUw+987kZYttaUUJWksJoqK905z1pBNTwoJm/P1ibA2ka8nNbqb39eOlreH2g==}
|
||||
'@hono/zod-openapi@1.5.1':
|
||||
resolution: {integrity: sha512-ZaDdEIkn6PEGjIYHXJeyByg6yhvLzI+UXn968pWtahpwcQ6HMjQYXI3zNffTl0Wl9QZ79nUnGqiN1erEIu23fA==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
hono: '>=4.10.0'
|
||||
zod: ^4.0.0
|
||||
|
||||
'@hono/zod-validator@0.8.0':
|
||||
resolution: {integrity: sha512-5uS4S1/LKtZQYvD4BtpPUFkOv8d1wNxHHrChm26buMiEYc1FrHWvDUaKVBwkiVtvSExHSpLGDvcnpI2Copyj9w==}
|
||||
'@hono/zod-validator@0.9.0':
|
||||
resolution: {integrity: sha512-n0ZSXmCiHVIp4Y5wlOOyZCeTd/rsawA/qW1cipB8QOYKZ9N8Tk0nZUZCXho9cu374AN4JpDNKioNKBJ/W+LBug==}
|
||||
peerDependencies:
|
||||
hono: '>=4.10.0'
|
||||
hono: '>=4.11.2'
|
||||
zod: ^3.25.0 || ^4.0.0
|
||||
|
||||
'@humanfs/core@0.19.2':
|
||||
|
|
@ -6916,15 +6916,15 @@ snapshots:
|
|||
dependencies:
|
||||
hono: 4.12.30
|
||||
|
||||
'@hono/zod-openapi@1.5.0(hono@4.12.30)(zod@4.4.3)':
|
||||
'@hono/zod-openapi@1.5.1(hono@4.12.30)(zod@4.4.3)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 8.5.0(zod@4.4.3)
|
||||
'@hono/zod-validator': 0.8.0(hono@4.12.30)(zod@4.4.3)
|
||||
'@hono/zod-validator': 0.9.0(hono@4.12.30)(zod@4.4.3)
|
||||
hono: 4.12.30
|
||||
openapi3-ts: 4.6.0
|
||||
zod: 4.4.3
|
||||
|
||||
'@hono/zod-validator@0.8.0(hono@4.12.30)(zod@4.4.3)':
|
||||
'@hono/zod-validator@0.9.0(hono@4.12.30)(zod@4.4.3)':
|
||||
dependencies:
|
||||
hono: 4.12.30
|
||||
zod: 4.4.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue