fix(deps): update dependency hono to ^4.6.2

This commit is contained in:
renovate[bot] 2024-09-17 05:00:58 +00:00
parent 0faac1c3aa
commit 8e4cd576fc
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.2.0",
"hono": "^4.6.1",
"hono": "^4.6.2",
"i18next": "^23.15.1",
"i18next-icu": "^2.3.0"
},
@ -5384,12 +5384,12 @@
}
},
"node_modules/hono": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.6.1.tgz",
"integrity": "sha512-6NGwvttY1+HAFii08VYiEKI6ETPAFbpLntpm2M/MogEsAFWdZV74UNT+2M4bmqX90cIQhjlpBSP+tO+CfB0uww==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.6.2.tgz",
"integrity": "sha512-v+39817TgAhetmHUEli8O0uHDmxp2Up3DnhS4oUZXOl5IQ9np9tYtldd42e5zgdLVS0wsOoXQNZ6mx+BGmEvCA==",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=16.9.0"
}
},
"node_modules/html-escaper": {

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.2.0",
"i18next": "^23.15.1",
"i18next-icu": "^2.3.0",
"hono": "^4.6.1"
"hono": "^4.6.2"
}
}