Bump hono from 4.2.1 to 4.2.7 (#24)

Bumps [hono](https://github.com/honojs/hono) from 4.2.1 to 4.2.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.2.1...v4.2.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-type: direct:production
...

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:
dependabot[bot] 2024-04-23 18:47:24 +01:00 committed by GitHub
parent f15b6fcbf4
commit 4d050df9e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1,15 +1,15 @@
{
"name": "worker-links",
"version": "2.2.0",
"version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "worker-links",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"dependencies": {
"hono": "^4.2.1",
"hono": "^4.2.7",
"simple-runtypes": "^7.1.3"
},
"devDependencies": {
@ -833,9 +833,9 @@
}
},
"node_modules/hono": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.2.1.tgz",
"integrity": "sha512-yDv/6esHiDgq5fvsALTNyNiRxktOplO6LfSMgIkGE+E5vF8axsUfcyfzzlbLYM9ZQDMuws/ZLGUGWwYnAwCcNw==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.2.7.tgz",
"integrity": "sha512-k1xHi86tJnRIVvqhFMBDGFKJ8r5O+bEsT4P59ZK59r0F300Xd910/r237inVfuT/VmE86RQQffX4OYNda6dLXw==",
"engines": {
"node": ">=16.0.0"
}

View file

@ -13,7 +13,7 @@
"build": "wrangler publish --dry-run --outdir=./dist"
},
"dependencies": {
"hono": "^4.2.1",
"hono": "^4.2.7",
"simple-runtypes": "^7.1.3"
},
"devDependencies": {