diff --git a/package-lock.json b/package-lock.json index f6db644..a0db552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@kou029w/http-echo", - "version": "2.0.0-alpha", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kou029w/http-echo", - "version": "2.0.0-alpha", + "version": "2.0.0", "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.7", - "hono": "^4.6.14" + "hono": "^4.11.4" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241231.0", @@ -1240,9 +1240,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.2.tgz", - "integrity": "sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index b759ce2..c6fa54e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hono/node-server": "^1.13.7", - "hono": "^4.6.14" + "hono": "^4.11.4" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241231.0",