chore(deps): bump @hono/zod-openapi from 0.16.2 to 0.16.3 (#17002)
* chore(deps): bump @hono/zod-openapi from 0.16.2 to 0.16.3 Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/honojs/middleware/releases) - [Commits](https://github.com/honojs/middleware/compare/@hono/zod-openapi@0.16.2...@hono/zod-openapi@0.16.3) --- updated-dependencies: - dependency-name: "@hono/zod-openapi" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- 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
bed34d7a0f
commit
63f1f837b7
|
|
@ -51,7 +51,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "1.13.1",
|
||||
"@hono/zod-openapi": "0.16.2",
|
||||
"@hono/zod-openapi": "0.16.3",
|
||||
"@notionhq/client": "2.2.15",
|
||||
"@opentelemetry/api": "1.9.0",
|
||||
"@opentelemetry/exporter-prometheus": "0.53.0",
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ importers:
|
|||
specifier: 1.13.1
|
||||
version: 1.13.1(hono@4.6.3)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.16.2
|
||||
version: 0.16.2(hono@4.6.3)(zod@3.23.8)
|
||||
specifier: 0.16.3
|
||||
version: 0.16.3(hono@4.6.3)(zod@3.23.8)
|
||||
'@notionhq/client':
|
||||
specifier: 2.2.15
|
||||
version: 2.2.15
|
||||
|
|
@ -1390,8 +1390,8 @@ packages:
|
|||
peerDependencies:
|
||||
hono: ^4
|
||||
|
||||
'@hono/zod-openapi@0.16.2':
|
||||
resolution: {integrity: sha512-MxlZzvHTXmOihKgIqYrEH5TysIs3Ep0PlTfmdaXe22HR0o2BULbpWW3F7W4I+2jAbt9rxLbxcs3aE2MXnIuAbw==}
|
||||
'@hono/zod-openapi@0.16.3':
|
||||
resolution: {integrity: sha512-I5gaFkVM2gaAVw41YBjdZ4peDjf8cQvHZVurOkN5l9Qx1lUZCaqqqZHZpdGhSfAPvu2FVlhRd4xSSqrmbnzH4Q==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
hono: '>=4.3.6'
|
||||
|
|
@ -6905,7 +6905,7 @@ snapshots:
|
|||
dependencies:
|
||||
hono: 4.6.3
|
||||
|
||||
'@hono/zod-openapi@0.16.2(hono@4.6.3)(zod@3.23.8)':
|
||||
'@hono/zod-openapi@0.16.3(hono@4.6.3)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 7.1.2(zod@3.23.8)
|
||||
'@hono/zod-validator': 0.3.0(hono@4.6.3)(zod@3.23.8)
|
||||
|
|
|
|||
Loading…
Reference in New Issue