diff --git a/mira-web/package-lock.json b/mira-web/package-lock.json index 02d1484b3..08a960cf2 100644 --- a/mira-web/package-lock.json +++ b/mira-web/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@neondatabase/serverless": "^1.0.0", - "hono": "^4.12.23", + "hono": "^4.12.25", "jose": "^6.0.11", "pdf-lib": "^1.17.1", "qrcode": "^1.5.4", @@ -439,9 +439,9 @@ } }, "node_modules/hono": { - "version": "4.12.23", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", - "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/mira-web/package.json b/mira-web/package.json index cfc3928db..b8a3c3293 100644 --- a/mira-web/package.json +++ b/mira-web/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@neondatabase/serverless": "^1.0.0", - "hono": "^4.12.23", + "hono": "^4.12.25", "jose": "^6.0.11", "pdf-lib": "^1.17.1", "qrcode": "^1.5.4",