diff --git a/rest/nodejs/package-lock.json b/rest/nodejs/package-lock.json index 18e15f4..7e59182 100644 --- a/rest/nodejs/package-lock.json +++ b/rest/nodejs/package-lock.json @@ -9,7 +9,7 @@ "@hono/node-server": "^1.19.13", "@hono/zod-validator": "^0.7.6", "better-sqlite3": "^9.4.3", - "hono": "^4.12.18", + "hono": "^4.12.23", "pino": "^10.1.0", "pino-http": "^11.0.0", "pino-http-print": "^4.0.0", @@ -1383,9 +1383,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/rest/nodejs/package.json b/rest/nodejs/package.json index 0ca5582..5e85cd8 100644 --- a/rest/nodejs/package.json +++ b/rest/nodejs/package.json @@ -11,7 +11,7 @@ "@hono/node-server": "^1.19.13", "@hono/zod-validator": "^0.7.6", "better-sqlite3": "^9.4.3", - "hono": "^4.12.18", + "hono": "^4.12.23", "pino": "^10.1.0", "pino-http": "^11.0.0", "pino-http-print": "^4.0.0",