diff --git a/package-lock.json b/package-lock.json index 0660b1d..1b96529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9572,9 +9572,9 @@ } }, "node_modules/hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0b2eb48..1c49821 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "overrides": { "@babel/plugin-transform-modules-systemjs": ">=7.29.4", "fast-uri": ">=3.1.2", - "hono": ">=4.12.18", + "hono": ">=4.12.23", "ip-address": ">=10.1.1", "serialize-javascript": ">=7.0.5", "postcss": ">=8.5.10",