diff --git a/examples/package-lock.json b/examples/package-lock.json index 7f7fbe2..0a047bd 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -8,7 +8,7 @@ "name": "lowstorage-examples", "version": "0.0.1", "dependencies": { - "hono": "^4.9.7", + "hono": "^4.10.4", "lowstorage": "^2.0.1" }, "devDependencies": { @@ -1305,9 +1305,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.9.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.7.tgz", - "integrity": "sha512-t4Te6ERzIaC48W3x4hJmBwgNlLhmiEdEE5ViYb02ffw4ignHNHa5IBtPjmbKstmtKa8X6C35iWwK4HaqvrzG9w==", + "version": "4.10.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.4.tgz", + "integrity": "sha512-YG/fo7zlU3KwrBL5vDpWKisLYiM+nVstBQqfr7gCPbSYURnNEP9BDxEMz8KfsDR9JX0lJWDRNc6nXX31v7ZEyg==", "engines": { "node": ">=16.9.0" } @@ -2342,9 +2342,9 @@ "dev": true }, "hono": { - "version": "4.9.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.7.tgz", - "integrity": "sha512-t4Te6ERzIaC48W3x4hJmBwgNlLhmiEdEE5ViYb02ffw4ignHNHa5IBtPjmbKstmtKa8X6C35iWwK4HaqvrzG9w==" + "version": "4.10.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.4.tgz", + "integrity": "sha512-YG/fo7zlU3KwrBL5vDpWKisLYiM+nVstBQqfr7gCPbSYURnNEP9BDxEMz8KfsDR9JX0lJWDRNc6nXX31v7ZEyg==" }, "is-arrayish": { "version": "0.3.2", diff --git a/examples/package.json b/examples/package.json index 8051fe7..f001ffd 100644 --- a/examples/package.json +++ b/examples/package.json @@ -14,7 +14,7 @@ "wrangler": "^4.4.0" }, "dependencies": { - "hono": "^4.9.7", + "hono": "^4.10.4", "lowstorage": "^2.0.1" } }