chore(deps): bump hono from 4.4.4 to 4.4.5 (#15872)
* chore(deps): bump hono from 4.4.4 to 4.4.5 Bumps [hono](https://github.com/honojs/hono) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.4.4...v4.4.5) --- 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
c28bb8cd2f
commit
59b3c131fd
|
|
@ -75,7 +75,7 @@
|
|||
"fanfou-sdk": "5.0.0",
|
||||
"form-data": "4.0.0",
|
||||
"googleapis": "140.0.0",
|
||||
"hono": "4.4.4",
|
||||
"hono": "4.4.5",
|
||||
"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.2
|
||||
'@hono/swagger-ui':
|
||||
specifier: 0.2.2
|
||||
version: 0.2.2(hono@4.4.4)
|
||||
version: 0.2.2(hono@4.4.5)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.14.2
|
||||
version: 0.14.2(hono@4.4.4)(zod@3.23.8)
|
||||
version: 0.14.2(hono@4.4.5)(zod@3.23.8)
|
||||
'@notionhq/client':
|
||||
specifier: 2.2.15
|
||||
version: 2.2.15
|
||||
|
|
@ -84,8 +84,8 @@ importers:
|
|||
specifier: 140.0.0
|
||||
version: 140.0.0
|
||||
hono:
|
||||
specifier: 4.4.4
|
||||
version: 4.4.4
|
||||
specifier: 4.4.5
|
||||
version: 4.4.5
|
||||
html-to-text:
|
||||
specifier: 9.0.5
|
||||
version: 9.0.5
|
||||
|
|
@ -3169,8 +3169,8 @@ packages:
|
|||
hmacsha1@1.0.0:
|
||||
resolution: {integrity: sha512-4FP6J0oI8jqb6gLLl9tSwVdosWJ/AKSGJ+HwYf6Ixe4MUcEkst4uWzpVQrNOCin0fzTRQbXV8ePheU8WiiDYBw==}
|
||||
|
||||
hono@4.4.4:
|
||||
resolution: {integrity: sha512-zO5+4K8yf1iuKhBZhwmpZ/0LzPMr8Zt1RugEGM1xvOqgh9DyLb7tslOtoBks4bmm5bIcLtzLCXUpYpXOkwpABA==}
|
||||
hono@4.4.5:
|
||||
resolution: {integrity: sha512-hyf+1c+gTEo0+xjdYT2e8y4M3HcEy0ARuRZHPRgeRhq/mupkI4j9/qEWVKsyj0se4KhfRnYrld4Tk6z/9veq/Q==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
|
||||
hosted-git-info@2.8.9:
|
||||
|
|
@ -6471,20 +6471,20 @@ snapshots:
|
|||
|
||||
'@hono/node-server@1.11.2': {}
|
||||
|
||||
'@hono/swagger-ui@0.2.2(hono@4.4.4)':
|
||||
'@hono/swagger-ui@0.2.2(hono@4.4.5)':
|
||||
dependencies:
|
||||
hono: 4.4.4
|
||||
hono: 4.4.5
|
||||
|
||||
'@hono/zod-openapi@0.14.2(hono@4.4.4)(zod@3.23.8)':
|
||||
'@hono/zod-openapi@0.14.2(hono@4.4.5)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 7.0.0(zod@3.23.8)
|
||||
'@hono/zod-validator': 0.2.2(hono@4.4.4)(zod@3.23.8)
|
||||
hono: 4.4.4
|
||||
'@hono/zod-validator': 0.2.2(hono@4.4.5)(zod@3.23.8)
|
||||
hono: 4.4.5
|
||||
zod: 3.23.8
|
||||
|
||||
'@hono/zod-validator@0.2.2(hono@4.4.4)(zod@3.23.8)':
|
||||
'@hono/zod-validator@0.2.2(hono@4.4.5)(zod@3.23.8)':
|
||||
dependencies:
|
||||
hono: 4.4.4
|
||||
hono: 4.4.5
|
||||
zod: 3.23.8
|
||||
|
||||
'@humanwhocodes/config-array@0.11.14':
|
||||
|
|
@ -8706,7 +8706,7 @@ snapshots:
|
|||
|
||||
hmacsha1@1.0.0: {}
|
||||
|
||||
hono@4.4.4: {}
|
||||
hono@4.4.5: {}
|
||||
|
||||
hosted-git-info@2.8.9: {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue