chore(deps): bump @hono/zod-openapi from 0.16.3 to 0.16.4 (#17024)
* chore(deps): bump @hono/zod-openapi from 0.16.3 to 0.16.4 Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/honojs/middleware/releases) - [Commits](https://github.com/honojs/middleware/compare/@hono/zod-openapi@0.16.3...@hono/zod-openapi@0.16.4) --- 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
30f3b44e15
commit
61db615d12
|
|
@ -51,7 +51,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "1.13.1",
|
||||
"@hono/zod-openapi": "0.16.3",
|
||||
"@hono/zod-openapi": "0.16.4",
|
||||
"@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.3
|
||||
version: 0.16.3(hono@4.6.3)(zod@3.23.8)
|
||||
specifier: 0.16.4
|
||||
version: 0.16.4(hono@4.6.3)(zod@3.23.8)
|
||||
'@notionhq/client':
|
||||
specifier: 2.2.15
|
||||
version: 2.2.15
|
||||
|
|
@ -1394,8 +1394,8 @@ packages:
|
|||
peerDependencies:
|
||||
hono: ^4
|
||||
|
||||
'@hono/zod-openapi@0.16.3':
|
||||
resolution: {integrity: sha512-I5gaFkVM2gaAVw41YBjdZ4peDjf8cQvHZVurOkN5l9Qx1lUZCaqqqZHZpdGhSfAPvu2FVlhRd4xSSqrmbnzH4Q==}
|
||||
'@hono/zod-openapi@0.16.4':
|
||||
resolution: {integrity: sha512-mnF6GthBaKex0D5PsY/4lYNtkaGJNE38bjeUI//EUqq7Ee4TNm2su35IUiFH4HcmJp5fWYMLyOJOpjnkClzEGw==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
hono: '>=4.3.6'
|
||||
|
|
@ -6909,7 +6909,7 @@ snapshots:
|
|||
dependencies:
|
||||
hono: 4.6.3
|
||||
|
||||
'@hono/zod-openapi@0.16.3(hono@4.6.3)(zod@3.23.8)':
|
||||
'@hono/zod-openapi@0.16.4(hono@4.6.3)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 7.2.0(zod@3.23.8)
|
||||
'@hono/zod-validator': 0.3.0(hono@4.6.3)(zod@3.23.8)
|
||||
|
|
|
|||
Loading…
Reference in New Issue