diff --git a/package-lock.json b/package-lock.json index f6db644..4bd66be 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.12.5" }, "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.12.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", + "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index b759ce2..6b40c67 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hono/node-server": "^1.13.7", - "hono": "^4.6.14" + "hono": "^4.12.5" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241231.0",