1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-04-10 23:06:24 +00:00

Bump @hono/node-server from 1.8.2 to 1.10.1 in /hono

Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.8.2 to 1.10.1.
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](https://github.com/honojs/node-server/compare/v1.8.2...v1.10.1)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-19 19:52:56 +00:00 committed by GitHub
parent acabdaec8c
commit c73a6f3ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
hono/package-lock.json generated
View file

@ -6,12 +6,12 @@
"": {
"name": "@kou029w/srv-example",
"dependencies": {
"@hono/node-server": "^1.8.2",
"@hono/node-server": "^1.10.1",
"hono": "^4.0.9",
"tsx": "^3.12.2"
},
"bin": {
"srv-example": "bin/run.js"
"hello-hono": "bin/run.js"
},
"devDependencies": {
"@types/node": "^20.11.17"
@ -348,9 +348,9 @@
}
},
"node_modules/@hono/node-server": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.8.2.tgz",
"integrity": "sha512-h8l2TBLCPHZBUrrkosZ6L5CpBLj6zdESyF4B+zngiCDF7aZFQJ0alVbLx7jn8PCVi9EyoFf8a4hOZFi1tD95EA==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.10.1.tgz",
"integrity": "sha512-5BKW25JH5PQKPDkTcIgv3yNUPtOAbnnjFFgWvIxxAY/B/ZNeYjjWoAeDmqhIiCgOAJ3Tauuw+0G+VainhuZRYQ==",
"engines": {
"node": ">=18.14.1"
}

View file

@ -6,7 +6,7 @@
"start": "tsx watch main.ts"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
"@hono/node-server": "^1.10.1",
"hono": "^4.0.9",
"tsx": "^3.12.2"
},