fix(deps): update dependency hono to ^4.5.5

This commit is contained in:
renovate[bot] 2024-08-11 05:27:53 +00:00
parent b656486871
commit 5e4bd8143c
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.4", "hono": "^4.5.5",
"i18next": "^23.12.2", "i18next": "^23.12.2",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5359,9 +5359,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.5.4", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.4.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.5.tgz",
"integrity": "sha512-k2IguJfRgNCpDbAfpxk+o+fZBLFHl4+eIZUpjc1ItZWHeZ37SmT3efA1UpkIaC0hSf1NJg0E79/wWn6g9LQ4Cw==", "integrity": "sha512-fXBXHqaVfimWofbelLXci8pZyIwBMkDIwCa4OwZvK+xVbEyYLELVP4DfbGaj1aEM6ZY3hHgs4qLvCO2ChkhgQw==",
"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.12.2", "i18next": "^23.12.2",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.5.4" "hono": "^4.5.5"
} }
} }