chore(deps): bump @hono/zod-openapi from 0.10.0 to 0.11.0 (#15202)

* chore(deps): bump @hono/zod-openapi from 0.10.0 to 0.11.0

Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/honojs/middleware/releases)
- [Commits](https://github.com/honojs/middleware/compare/@hono/zod-openapi@0.10.0...@hono/zod-openapi@0.11.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-04-12 16:03:25 +08:00 committed by GitHub
parent 2cdd66143d
commit 0bfb0d644e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
"dependencies": {
"@hono/node-server": "1.9.1",
"@hono/swagger-ui": "0.2.1",
"@hono/zod-openapi": "0.10.0",
"@hono/zod-openapi": "0.11.0",
"@notionhq/client": "2.2.15",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.110.0",

View File

@ -12,8 +12,8 @@ dependencies:
specifier: 0.2.1
version: 0.2.1(hono@4.2.3)
'@hono/zod-openapi':
specifier: 0.10.0
version: 0.10.0(hono@4.2.3)(zod@3.22.4)
specifier: 0.11.0
version: 0.11.0(hono@4.2.3)(zod@3.22.4)
'@notionhq/client':
specifier: 2.2.15
version: 2.2.15
@ -1974,8 +1974,8 @@ packages:
hono: 4.2.3
dev: false
/@hono/zod-openapi@0.10.0(hono@4.2.3)(zod@3.22.4):
resolution: {integrity: sha512-XvUtRMI5IugLSkdadYi349k1I40RntfeDqAcIskQ5dXqD+7ZEn3PxGX/jntyHXcbTLLotfzRTXQi0eh4Bb/LWg==}
/@hono/zod-openapi@0.11.0(hono@4.2.3)(zod@3.22.4):
resolution: {integrity: sha512-thbxV4lWJoDo1NjF8ZGnd0muD3UHUpRqpKvS3RI+kWCXU05nyuViymUbPvVpp+O6i5SjovITTF91NRMTraZm3Q==}
engines: {node: '>=16.0.0'}
peerDependencies:
hono: '>=3.11.3'