diff --git a/package-lock.json b/package-lock.json index 025998d..9351ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.2.0", - "hono": "^4.5.2", + "hono": "^4.5.3", "i18next": "^23.12.2", "i18next-icu": "^2.3.0" }, @@ -5350,9 +5350,9 @@ } }, "node_modules/hono": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.2.tgz", - "integrity": "sha512-93P8XEALrHAUGRZoqXs8MDL3w9mDgRpbW9Sy5x4LS7srg78bKUw7EGynxze+Ft1e/rLGmDAbxeSTMu6dHUSRDw==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.3.tgz", + "integrity": "sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index 1d9e5b2..e5a5dbd 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.2.0", "i18next": "^23.12.2", "i18next-icu": "^2.3.0", - "hono": "^4.5.2" + "hono": "^4.5.3" } }