fix(deps): update dependency hono to ^4.3.5

This commit is contained in:
renovate[bot] 2024-05-12 10:15:12 +00:00
parent f9267a2781
commit c6128af119
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.1.0", "@hono/sentry": "^1.1.0",
"hono": "^4.3.3", "hono": "^4.3.5",
"i18next": "^23.11.3", "i18next": "^23.11.3",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -4563,9 +4563,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.3.3", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.3.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.3.5.tgz",
"integrity": "sha512-LDa1n/aLYK4CsZQyjQpFiaQgxiXCZp0WfcfliinQOH1Lqt4mIOvyw4qjmHihpKXsuXhkQHfHU2Erysp6oEdnVA==", "integrity": "sha512-uiyrxCoklnpUMwRif6smNUp2psn7tfe0NP2B5/7N0U24yqQZJOPVUbpmp5apsaAf4sYFAX/eW06GoV/9srtNhQ==",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"
} }

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.1.0", "@hono/sentry": "^1.1.0",
"i18next": "^23.11.3", "i18next": "^23.11.3",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.3.3" "hono": "^4.3.5"
} }
} }