diff --git a/backend/src/mithrandir/package-lock.json b/backend/src/mithrandir/package-lock.json index 08d1b1ced337c..5c240ccf40a44 100644 --- a/backend/src/mithrandir/package-lock.json +++ b/backend/src/mithrandir/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@aws-sdk/client-dynamodb": "^3.758.0", "@aws-sdk/lib-dynamodb": "^3.758.0", - "hono": "^4.12.4" + "hono": "^4.12.7" }, "devDependencies": { "@types/aws-lambda": "^8.10.147", @@ -1648,9 +1648,9 @@ } }, "node_modules/hono": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.4.tgz", - "integrity": "sha512-ooiZW1Xy8rQ4oELQ++otI2T9DsKpV0M6c6cO6JGx4RTfav9poFFLlet9UMXHZnoM1yG0HWGlQLswBGX3RZmHtg==", + "version": "4.12.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", + "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/backend/src/mithrandir/package.json b/backend/src/mithrandir/package.json index 10ca6ba3ba0dc..bc2b844180af9 100644 --- a/backend/src/mithrandir/package.json +++ b/backend/src/mithrandir/package.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-sdk/client-dynamodb": "^3.758.0", "@aws-sdk/lib-dynamodb": "^3.758.0", - "hono": "^4.12.4" + "hono": "^4.12.7" }, "devDependencies": { "@types/aws-lambda": "^8.10.147",