chore(deps): bump hono from 4.3.9 to 4.3.10 (#15674)
* chore(deps): bump hono from 4.3.9 to 4.3.10 Bumps [hono](https://github.com/honojs/hono) from 4.3.9 to 4.3.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.3.9...v4.3.10) --- updated-dependencies: - dependency-name: hono 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
5d60990dd1
commit
dd89aa147f
|
|
@ -75,7 +75,7 @@
|
|||
"fanfou-sdk": "5.0.0",
|
||||
"form-data": "4.0.0",
|
||||
"googleapis": "137.1.0",
|
||||
"hono": "4.3.9",
|
||||
"hono": "4.3.10",
|
||||
"html-to-text": "9.0.5",
|
||||
"https-proxy-agent": "7.0.4",
|
||||
"iconv-lite": "0.6.3",
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ importers:
|
|||
version: 1.11.1
|
||||
'@hono/swagger-ui':
|
||||
specifier: 0.2.2
|
||||
version: 0.2.2(hono@4.3.9)
|
||||
version: 0.2.2(hono@4.3.10)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.13.0
|
||||
version: 0.13.0(hono@4.3.9)(zod@3.23.8)
|
||||
version: 0.13.0(hono@4.3.10)(zod@3.23.8)
|
||||
'@notionhq/client':
|
||||
specifier: 2.2.15
|
||||
version: 2.2.15
|
||||
|
|
@ -84,8 +84,8 @@ importers:
|
|||
specifier: 137.1.0
|
||||
version: 137.1.0
|
||||
hono:
|
||||
specifier: 4.3.9
|
||||
version: 4.3.9
|
||||
specifier: 4.3.10
|
||||
version: 4.3.10
|
||||
html-to-text:
|
||||
specifier: 9.0.5
|
||||
version: 9.0.5
|
||||
|
|
@ -3154,8 +3154,8 @@ packages:
|
|||
hmacsha1@1.0.0:
|
||||
resolution: {integrity: sha512-4FP6J0oI8jqb6gLLl9tSwVdosWJ/AKSGJ+HwYf6Ixe4MUcEkst4uWzpVQrNOCin0fzTRQbXV8ePheU8WiiDYBw==}
|
||||
|
||||
hono@4.3.9:
|
||||
resolution: {integrity: sha512-6c5LVE23HnIS8iBhY+XPmYJlPeeClznOi7mBNsAsJCgxo8Ciz75LTjqRUf5wv4RYq8kL+1KPLUZHCtKmbZssNg==}
|
||||
hono@4.3.10:
|
||||
resolution: {integrity: sha512-67NRwEpFljCRkdl4th4LH+DKj/skEqtRJE9otdp88CGTIMZ7uG2Avn5DTkKsGwjnm2LxkoIlA+bQfFLg33psvg==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
|
||||
hosted-git-info@2.8.9:
|
||||
|
|
@ -6383,20 +6383,20 @@ snapshots:
|
|||
|
||||
'@hono/node-server@1.11.1': {}
|
||||
|
||||
'@hono/swagger-ui@0.2.2(hono@4.3.9)':
|
||||
'@hono/swagger-ui@0.2.2(hono@4.3.10)':
|
||||
dependencies:
|
||||
hono: 4.3.9
|
||||
hono: 4.3.10
|
||||
|
||||
'@hono/zod-openapi@0.13.0(hono@4.3.9)(zod@3.23.8)':
|
||||
'@hono/zod-openapi@0.13.0(hono@4.3.10)(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.9)(zod@3.23.8)
|
||||
hono: 4.3.9
|
||||
'@hono/zod-validator': 0.2.1(hono@4.3.10)(zod@3.23.8)
|
||||
hono: 4.3.10
|
||||
zod: 3.23.8
|
||||
|
||||
'@hono/zod-validator@0.2.1(hono@4.3.9)(zod@3.23.8)':
|
||||
'@hono/zod-validator@0.2.1(hono@4.3.10)(zod@3.23.8)':
|
||||
dependencies:
|
||||
hono: 4.3.9
|
||||
hono: 4.3.10
|
||||
zod: 3.23.8
|
||||
|
||||
'@humanwhocodes/config-array@0.11.14':
|
||||
|
|
@ -8613,7 +8613,7 @@ snapshots:
|
|||
|
||||
hmacsha1@1.0.0: {}
|
||||
|
||||
hono@4.3.9: {}
|
||||
hono@4.3.10: {}
|
||||
|
||||
hosted-git-info@2.8.9: {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue