diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 476bf3f..64d0ba7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8445,9 +8445,9 @@ "license": "Apache-2.0" }, "node_modules/hono": { - "version": "4.12.15", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", - "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", + "version": "4.12.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index c24cdfd..632ff74 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -74,7 +74,7 @@ ] }, "overrides": { - "hono": "^4.12.15", + "hono": "^4.12.18", "@hono/node-server": "^1.19.13", "follow-redirects": "^1.16.0" },