From b7aeb5b1c007c1e1610cd5b8849d22d267ab55fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:10:26 +0000 Subject: [PATCH] Bump hono from 4.12.4 to 4.12.7 in /backend/src/mithrandir Bumps [hono](https://github.com/honojs/hono) from 4.12.4 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.4...v4.12.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/src/mithrandir/package-lock.json | 8 ++++---- backend/src/mithrandir/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",