chore(deps): bump @hono/zod-openapi from 0.9.9 to 0.9.10 (#15018)

* chore(deps): bump @hono/zod-openapi from 0.9.9 to 0.9.10

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

---
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:
dependabot[bot]
2024-03-30 17:13:11 +08:00
committed by GitHub
parent 67c9eebafe
commit 684edfbb57
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"dependencies": {
"@hono/node-server": "1.9.0",
"@hono/swagger-ui": "0.2.1",
"@hono/zod-openapi": "0.9.9",
"@hono/zod-openapi": "0.9.10",
"@notionhq/client": "2.2.14",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.109.0",
+7 -7
View File
@@ -12,8 +12,8 @@ dependencies:
specifier: 0.2.1
version: 0.2.1(hono@4.1.5)
'@hono/zod-openapi':
specifier: 0.9.9
version: 0.9.9(hono@4.1.5)(zod@3.22.4)
specifier: 0.9.10
version: 0.9.10(hono@4.1.5)(zod@3.22.4)
'@notionhq/client':
specifier: 2.2.14
version: 2.2.14
@@ -1898,21 +1898,21 @@ packages:
hono: 4.1.5
dev: false
/@hono/zod-openapi@0.9.9(hono@4.1.5)(zod@3.22.4):
resolution: {integrity: sha512-Icak3c8WKNS1gFDWmYs2zJ7ra3js9lDeAXNPf5h3fa0SnJQcjcCrLaG6EZPPAbW92HRwCDeQt8yA/ZVp17HPFg==}
/@hono/zod-openapi@0.9.10(hono@4.1.5)(zod@3.22.4):
resolution: {integrity: sha512-v/b/z0qPxDo952gjRyhJ0n9ifbPoIluR2KmXDL20np0hj99+XvakoIHK5/T/3+hUmXlTj1Kn3TiGsSV6hwZesg==}
engines: {node: '>=16.0.0'}
peerDependencies:
hono: '>=3.11.3'
zod: 3.*
dependencies:
'@asteasolutions/zod-to-openapi': 5.5.0(zod@3.22.4)
'@hono/zod-validator': 0.1.11(hono@4.1.5)(zod@3.22.4)
'@hono/zod-validator': 0.2.1(hono@4.1.5)(zod@3.22.4)
hono: 4.1.5
zod: 3.22.4
dev: false
/@hono/zod-validator@0.1.11(hono@4.1.5)(zod@3.22.4):
resolution: {integrity: sha512-PQXeHUP0+36qpRt8yfeD7N2jbK3ETlGvSN6dMof/HwUC/APRokQRjpXZm4rrlG71Ft0aWE01+Bm4XejqPie5Uw==}
/@hono/zod-validator@0.2.1(hono@4.1.5)(zod@3.22.4):
resolution: {integrity: sha512-HFoxln7Q6JsE64qz2WBS28SD33UB2alp3aRKmcWnNLDzEL1BLsWfbdX6e1HIiUprHYTIXf5y7ax8eYidKUwyaA==}
peerDependencies:
hono: '>=3.9.0'
zod: ^3.19.1