diff --git a/package-lock.json b/package-lock.json index ea5adad..069cf88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6518,9 +6518,9 @@ } }, "node_modules/hono": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", - "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", + "version": "4.12.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -25600,6 +25600,7 @@ }, "web/node_modules/playwright/node_modules/fsevents": { "version": "2.3.2", + "dev": true, "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 128e975..fb7f42c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "packageManager": "npm@10.8.2", "overrides": { - "hono": "^4.12.12", + "hono": "^4.12.18", "@hono/node-server": "^1.19.13", "defu": "^6.1.5" }