From 2ca889473b1665c8cac68e98910179ebddb44852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:09:28 +0000 Subject: [PATCH 1/2] Bump hono from 4.11.9 to 4.12.7 Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a84d76cc9..bbde2b6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6490,9 +6490,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/hono": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz", - "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "dev": true, "license": "MIT", "engines": { From 6d669b6cc905e69bf1ea125ff41cd1ce83c622e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:09:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/installation/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 17ee1393b..034553a64 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -4,7 +4,6 @@ SPDX-FileCopyrightText: 2025 Jonas Huber © Reiner L SPDX-License-Identifier: CC0-1.0 --> - # Installation This section provides detailed information on how to install for development @@ -24,9 +23,9 @@ find two main options to install everything: Production deployments without containerization solutions like docker tend to be very specific and depend on your infrastructure. -You will also find additional setup steps to help you troubleshoot common issues, -write well-formatted, quality-checked code, and easily start contributing to the -oeplatform. +You will also find additional setup steps to help you troubleshoot common +issues, write well-formatted, quality-checked code, and easily start +contributing to the oeplatform. ## Guides