mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Generated
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user