fix(deps): update dependency hono to ^4.6.3

This commit is contained in:
renovate[bot] 2024-10-02 19:15:05 +00:00
parent 85ca27573a
commit 5f8444c3f7
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.2.0",
"hono": "^4.6.2",
"hono": "^4.6.3",
"i18next": "^23.15.1",
"i18next-icu": "^2.3.0"
},
@ -4996,9 +4996,10 @@
}
},
"node_modules/hono": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.6.2.tgz",
"integrity": "sha512-v+39817TgAhetmHUEli8O0uHDmxp2Up3DnhS4oUZXOl5IQ9np9tYtldd42e5zgdLVS0wsOoXQNZ6mx+BGmEvCA==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.6.3.tgz",
"integrity": "sha512-0LeEuBNFeSHGqZ9sNVVgZjB1V5fmhkBSB0hZrpqStSMLOWgfLy0dHOvrjbJh0H2khsjet6rbHfWTHY0kpYThKQ==",
"license": "MIT",
"engines": {
"node": ">=16.9.0"
}

View file

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