fix(deps): update dependency hono to ^4.6.1

This commit is contained in:
renovate[bot] 2024-09-11 14:34:51 +00:00
parent 6e7ea49cc6
commit 5a1ae3345f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/sentry": "^1.2.0", "@hono/sentry": "^1.2.0",
"hono": "^4.5.11", "hono": "^4.6.1",
"i18next": "^23.15.1", "i18next": "^23.15.1",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5380,9 +5380,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.5.11", "version": "4.6.1",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.11.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.1.tgz",
"integrity": "sha512-62FcjLPtjAFwISVBUshryl+vbHOjg8rE4uIK/dxyR8GpLztunZpwFmfEvmJCUI7xoGh/Sr3CGCDPCmYxVw7wUQ==", "integrity": "sha512-6NGwvttY1+HAFii08VYiEKI6ETPAFbpLntpm2M/MogEsAFWdZV74UNT+2M4bmqX90cIQhjlpBSP+tO+CfB0uww==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View file

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