diff --git a/package-lock.json b/package-lock.json index 3aeb3bf..a08d99d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.0.0", - "hono": "^3.10.3" + "hono": "^3.10.4" }, "devDependencies": { "@cloudflare/workers-types": "^4.20231121.0", @@ -4390,9 +4390,9 @@ } }, "node_modules/hono": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.10.3.tgz", - "integrity": "sha512-44YzAp+rydwGWqW+VRivuOWpGWug8zCSy1Gd6gBLAlclIVlPjZAYXfSNqlhSIvd6ZyseM4aP9SDDNmwXceIy+A==", + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.10.4.tgz", + "integrity": "sha512-2LJd+a3qyvSuyFlyJSRN1CeH5wg6/Rjua/5L5gdT1W+4U7EUZtnHph74klbyysGg69sfZNXsIrR7PJWSjf2Vww==", "engines": { "node": ">=16.0.0" } diff --git a/package.json b/package.json index b539006..79df133 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ }, "dependencies": { "@hono/sentry": "^1.0.0", - "hono": "^3.10.3" + "hono": "^3.10.4" } }