diff --git a/examples/hono/package.json b/examples/hono/package.json index 5fe754b..69f3259 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@obelism/improve-sdk": "^0.3.0", - "hono": "^4.6.1" + "hono": "^4.10.3" }, "devDependencies": { "@types/node": "^22.5.5", diff --git a/package-lock.json b/package-lock.json index 279cc49..58bd965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "version": "1.0.2", "dependencies": { "@obelism/improve-sdk": "^0.3.0", - "hono": "^4.6.1" + "hono": "^4.10.3" }, "devDependencies": { "@types/node": "^22.5.5", @@ -8768,10 +8768,9 @@ } }, "node_modules/hono": { - "version": "4.8.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.9.tgz", - "integrity": "sha512-ERIxkXMRhUxGV7nS/Af52+j2KL60B1eg+k6cPtgzrGughS+espS9KQ7QO0SMnevtmRlBfAcN0mf1jKtO6j/doA==", - "license": "MIT", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "engines": { "node": ">=16.9.0" }