fix(deps): update dependency hono to ^4.4.3

This commit is contained in:
renovate[bot] 2024-06-03 12:47:30 +00:00
parent b838a65762
commit dfe76f01d5
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.4.2", "hono": "^4.4.3",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5323,9 +5323,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.4.2", "version": "4.4.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.2.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.3.tgz",
"integrity": "sha512-bRhZ+BM9r04lRN2i9wiZ18yQNbZxHsmmRIItoAb43nRkHnIDsFhFh4mJ0seEs06FvenibpAgSVNHQ8ZzcDQx2A==", "integrity": "sha512-G7rTruKzrHXPz1KB4B50deKydPA9+aeei+WC1hikP0abN9N+a6yORuweageaqWocYfYNkpoqA5ezGV2mzQasvw==",
"license": "MIT", "license": "MIT",
"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.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.4.2" "hono": "^4.4.3"
} }
} }