chore(deps): bump hono from 4.4.0 to 4.4.2 (#15779)
* chore(deps): bump hono from 4.4.0 to 4.4.2 Bumps [hono](https://github.com/honojs/hono) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.4.0...v4.4.2) --- 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
05d03ec32f
commit
f0059dfca9
|
|
@ -75,7 +75,7 @@
|
|||
"fanfou-sdk": "5.0.0",
|
||||
"form-data": "4.0.0",
|
||||
"googleapis": "137.1.0",
|
||||
"hono": "4.4.0",
|
||||
"hono": "4.4.2",
|
||||
"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.0)
|
||||
version: 0.2.2(hono@4.4.2)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.14.0
|
||||
version: 0.14.0(hono@4.4.0)(zod@3.23.8)
|
||||
version: 0.14.0(hono@4.4.2)(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.4.0
|
||||
version: 4.4.0
|
||||
specifier: 4.4.2
|
||||
version: 4.4.2
|
||||
html-to-text:
|
||||
specifier: 9.0.5
|
||||
version: 9.0.5
|
||||
|
|
@ -3388,8 +3388,8 @@ packages:
|
|||
hmacsha1@1.0.0:
|
||||
resolution: {integrity: sha512-4FP6J0oI8jqb6gLLl9tSwVdosWJ/AKSGJ+HwYf6Ixe4MUcEkst4uWzpVQrNOCin0fzTRQbXV8ePheU8WiiDYBw==}
|
||||
|
||||
hono@4.4.0:
|
||||
resolution: {integrity: sha512-Bb2GHk8jmlLIuxc3U+7UBGOoA5lByJTAFnRdH2N2fqEVy9TEQzJ9saIJUQ/ZqBvEvgEFe7UjPFNSFi8cyeU+3Q==}
|
||||
hono@4.4.2:
|
||||
resolution: {integrity: sha512-bRhZ+BM9r04lRN2i9wiZ18yQNbZxHsmmRIItoAb43nRkHnIDsFhFh4mJ0seEs06FvenibpAgSVNHQ8ZzcDQx2A==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
|
||||
hosted-git-info@2.8.9:
|
||||
|
|
@ -6662,20 +6662,20 @@ snapshots:
|
|||
|
||||
'@hono/node-server@1.11.2': {}
|
||||
|
||||
'@hono/swagger-ui@0.2.2(hono@4.4.0)':
|
||||
'@hono/swagger-ui@0.2.2(hono@4.4.2)':
|
||||
dependencies:
|
||||
hono: 4.4.0
|
||||
hono: 4.4.2
|
||||
|
||||
'@hono/zod-openapi@0.14.0(hono@4.4.0)(zod@3.23.8)':
|
||||
'@hono/zod-openapi@0.14.0(hono@4.4.2)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@asteasolutions/zod-to-openapi': 7.0.0(zod@3.23.8)
|
||||
'@hono/zod-validator': 0.2.1(hono@4.4.0)(zod@3.23.8)
|
||||
hono: 4.4.0
|
||||
'@hono/zod-validator': 0.2.1(hono@4.4.2)(zod@3.23.8)
|
||||
hono: 4.4.2
|
||||
zod: 3.23.8
|
||||
|
||||
'@hono/zod-validator@0.2.1(hono@4.4.0)(zod@3.23.8)':
|
||||
'@hono/zod-validator@0.2.1(hono@4.4.2)(zod@3.23.8)':
|
||||
dependencies:
|
||||
hono: 4.4.0
|
||||
hono: 4.4.2
|
||||
zod: 3.23.8
|
||||
|
||||
'@humanwhocodes/config-array@0.11.14':
|
||||
|
|
@ -9225,7 +9225,7 @@ snapshots:
|
|||
|
||||
hmacsha1@1.0.0: {}
|
||||
|
||||
hono@4.4.0: {}
|
||||
hono@4.4.2: {}
|
||||
|
||||
hosted-git-info@2.8.9: {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue