diff --git a/package-lock.json b/package-lock.json index 7ee6e5c..df7c998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.1.0", - "hono": "^4.4.3", + "hono": "^4.4.4", "i18next": "^23.11.5", "i18next-icu": "^2.3.0" }, @@ -5323,9 +5323,9 @@ } }, "node_modules/hono": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.3.tgz", - "integrity": "sha512-G7rTruKzrHXPz1KB4B50deKydPA9+aeei+WC1hikP0abN9N+a6yORuweageaqWocYfYNkpoqA5ezGV2mzQasvw==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.4.tgz", + "integrity": "sha512-zO5+4K8yf1iuKhBZhwmpZ/0LzPMr8Zt1RugEGM1xvOqgh9DyLb7tslOtoBks4bmm5bIcLtzLCXUpYpXOkwpABA==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index 49c5bab..adf133c 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.1.0", "i18next": "^23.11.5", "i18next-icu": "^2.3.0", - "hono": "^4.4.3" + "hono": "^4.4.4" } }