chore(deps): bump @hono/zod-openapi from 0.12.1 to 0.13.0 (#15632)

* chore(deps): bump @hono/zod-openapi from 0.12.1 to 0.13.0

Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/honojs/middleware/releases)
- [Commits](https://github.com/honojs/middleware/compare/@hono/zod-openapi@0.12.1...@hono/zod-openapi@0.13.0)

---
updated-dependencies:
- dependency-name: "@hono/zod-openapi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2024-05-20 23:22:22 +08:00 committed by GitHub
parent e3daf69915
commit 960752de59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@
"dependencies": {
"@hono/node-server": "1.11.1",
"@hono/swagger-ui": "0.2.2",
"@hono/zod-openapi": "0.12.1",
"@hono/zod-openapi": "0.13.0",
"@notionhq/client": "2.2.15",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.114.0",

View File

@ -15,8 +15,8 @@ importers:
specifier: 0.2.2
version: 0.2.2(hono@4.3.7)
'@hono/zod-openapi':
specifier: 0.12.1
version: 0.12.1(hono@4.3.7)(zod@3.23.8)
specifier: 0.13.0
version: 0.13.0(hono@4.3.7)(zod@3.23.8)
'@notionhq/client':
specifier: 2.2.15
version: 2.2.15
@ -1194,8 +1194,8 @@ packages:
peerDependencies:
hono: '*'
'@hono/zod-openapi@0.12.1':
resolution: {integrity: sha512-go/h5MVZa8TClPBr6bO6lq+DtzwoeVzfi80BF0RaxNVXJZmRqqfvigaqv1Bt+GtZrGhO3kJrTxIXhA7TBS6SJg==}
'@hono/zod-openapi@0.13.0':
resolution: {integrity: sha512-viL2N3apZOwtsgaUBgWSLof0hOivRPPVy96gIp3FPbkXB5cfYUC4QrY2nB4EnYc4pAwsnIBYd9JW7QJFQ4DMdg==}
engines: {node: '>=16.0.0'}
peerDependencies:
hono: '>=4.3.6'
@ -6368,7 +6368,7 @@ snapshots:
dependencies:
hono: 4.3.7
'@hono/zod-openapi@0.12.1(hono@4.3.7)(zod@3.23.8)':
'@hono/zod-openapi@0.13.0(hono@4.3.7)(zod@3.23.8)':
dependencies:
'@asteasolutions/zod-to-openapi': 7.0.0(zod@3.23.8)
'@hono/zod-validator': 0.2.1(hono@4.3.7)(zod@3.23.8)