chore(deps): bump @hono/node-server from 1.13.1 to 1.13.2 (#17088)
* chore(deps): bump @hono/node-server from 1.13.1 to 1.13.2 Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: "@hono/node-server" 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
89617756c9
commit
8b444965ab
|
|
@ -50,7 +50,7 @@
|
|||
"*.yml": "eslint --cache --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "1.13.1",
|
||||
"@hono/node-server": "1.13.2",
|
||||
"@hono/zod-openapi": "0.16.4",
|
||||
"@notionhq/client": "2.2.15",
|
||||
"@opentelemetry/api": "1.9.0",
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
'@hono/node-server':
|
||||
specifier: 1.13.1
|
||||
version: 1.13.1(hono@4.6.3)
|
||||
specifier: 1.13.2
|
||||
version: 1.13.2(hono@4.6.3)
|
||||
'@hono/zod-openapi':
|
||||
specifier: 0.16.4
|
||||
version: 0.16.4(hono@4.6.3)(zod@3.23.8)
|
||||
|
|
@ -1306,8 +1306,8 @@ packages:
|
|||
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@hono/node-server@1.13.1':
|
||||
resolution: {integrity: sha512-TSxE6cT5RHnawbjnveexVN7H2Dpn1YaLxQrCOLCUwD+hFbqbFsnJBgdWcYtASqtWVjA+Qgi8uqFug39GsHjo5A==}
|
||||
'@hono/node-server@1.13.2':
|
||||
resolution: {integrity: sha512-0w8nEmAyx0Ul0CQp8BL2VtAG4YVdpzXd/mvvM+l0G5Oq22pUyHS+KeFFPSY+czLOF5NAiV3MUNPD1n14Ol5svg==}
|
||||
engines: {node: '>=18.14.1'}
|
||||
peerDependencies:
|
||||
hono: ^4
|
||||
|
|
@ -6727,7 +6727,7 @@ snapshots:
|
|||
dependencies:
|
||||
levn: 0.4.1
|
||||
|
||||
'@hono/node-server@1.13.1(hono@4.6.3)':
|
||||
'@hono/node-server@1.13.2(hono@4.6.3)':
|
||||
dependencies:
|
||||
hono: 4.6.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue