From b59751d9d2980e37d47f8ead6b9a4b26d6cfcce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 08:01:26 +0000 Subject: [PATCH] fix(deps): bump mf-hosting from 2.9.1 to 2.9.2 Bumps [mf-hosting](https://github.com/arlac77/mf-hosting) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/arlac77/mf-hosting/releases) - [Changelog](https://github.com/arlac77/mf-hosting/blob/master/.releaserc.json) - [Commits](https://github.com/arlac77/mf-hosting/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: mf-hosting dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e2dad720..94bba430c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,8 @@ "@kronos-integration/service-health": "^8.0.0", "@kronos-integration/service-http": "^14.0.0", "@kronos-integration/service-ldap": "^6.0.1", - "@kronos-integration/service-swarm": "^4.0.0" + "@kronos-integration/service-swarm": "^4.0.0", + "mf-hosting": "^2.9.1" }, "bin": { "cluster-node": "src/cluster-node-cli.mjs" @@ -6909,9 +6910,9 @@ } }, "node_modules/mf-hosting": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/mf-hosting/-/mf-hosting-2.9.1.tgz", - "integrity": "sha512-S1b/0jk3vdWmOa349mBtJHkcxUauAqApsH+Bp0D8PXCH1JPyMC7GMr10ktN9+11VPFer+iZrd6kVcJH/iaI8eA==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mf-hosting/-/mf-hosting-2.9.2.tgz", + "integrity": "sha512-oVt6qYk/0GWgpqmRzqMhT8S0ag4JbSUUG0iSQaf+FOF0aQTms2tPQ96MLUd+cJE0ZhFAeSnreURsDi6jWzZLWg==", "optional": true }, "node_modules/micromark": {