chore(deps): bump @hono/node-server from 1.8.2 to 1.9.0 (#14968)
* chore(deps): bump @hono/node-server from 1.8.2 to 1.9.0 Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-type: direct:production update-type: version-update:semver-minor ... 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
f37c25463c
commit
357db65cbf
|
|
@ -50,7 +50,7 @@
|
|||
"*.yml": "eslint --cache --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "1.8.2",
|
||||
"@hono/node-server": "1.9.0",
|
||||
"@hono/swagger-ui": "0.2.1",
|
||||
"@hono/zod-openapi": "0.9.9",
|
||||
"@notionhq/client": "2.2.14",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ settings:
|
|||
|
||||
dependencies:
|
||||
'@hono/node-server':
|
||||
specifier: 1.8.2
|
||||
version: 1.8.2
|
||||
specifier: 1.9.0
|
||||
version: 1.9.0
|
||||
'@hono/swagger-ui':
|
||||
specifier: 0.2.1
|
||||
version: 0.2.1(hono@4.1.4)
|
||||
|
|
@ -1879,8 +1879,8 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@hono/node-server@1.8.2:
|
||||
resolution: {integrity: sha512-h8l2TBLCPHZBUrrkosZ6L5CpBLj6zdESyF4B+zngiCDF7aZFQJ0alVbLx7jn8PCVi9EyoFf8a4hOZFi1tD95EA==}
|
||||
/@hono/node-server@1.9.0:
|
||||
resolution: {integrity: sha512-oJjk7WXBlENeHhWiMqSyxPIZ3Kmf5ZYxqdlcSIXyN8Rn50bNJsPl99G4POBS03Jxh56FdfRJ0SEnC8mAVIiavQ==}
|
||||
engines: {node: '>=18.14.1'}
|
||||
dev: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue