From a302edaee0ab0e31ea5cf95887280aa0a811bbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 08:01:35 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-health from 7.0.42 to 7.0.43 Bumps [@kronos-integration/service-health](https://github.com/Kronos-Integration/service-health) from 7.0.42 to 7.0.43. - [Release notes](https://github.com/Kronos-Integration/service-health/releases) - [Commits](https://github.com/Kronos-Integration/service-health/compare/v7.0.42...v7.0.43) --- updated-dependencies: - dependency-name: "@kronos-integration/service-health" dependency-version: 7.0.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f99beed8..99d6ee42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -621,14 +621,14 @@ } }, "node_modules/@kronos-integration/service-health": { - "version": "7.0.42", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-health/-/service-health-7.0.42.tgz", - "integrity": "sha512-qm+heBsdBUKPBBbsXrPxMzWMSIhqGkwS0C5/9qbPYa0lE1t9wGwdyo2cyqdEH610ANISENZ76xnLhZX41b1gBQ==", + "version": "7.0.43", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-health/-/service-health-7.0.43.tgz", + "integrity": "sha512-UmqdhM/FJ7HA2LLkr5E6WKBGvlmfrkrWm24FHa6+Kvi25RtIq081BMvj/UuY3zLbvktoD4AMGNHLNB/pB35JRQ==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.19", - "@kronos-integration/service": "^13.2.39", - "pacc": "^4.40.0" + "@kronos-integration/service": "^13.2.40", + "pacc": "^4.40.3" }, "engines": { "node": ">=22.19.0" @@ -10973,12 +10973,12 @@ } }, "node_modules/pacc": { - "version": "4.40.2", - "resolved": "https://registry.npmjs.org/pacc/-/pacc-4.40.2.tgz", - "integrity": "sha512-ARDD0qky/ekeHci55J7OWpWoHnwIpPJD6DhJ+0skmaSTedqSvYt3miS9PX6srwbb13NDpXKtvIAui/m/iPs4Vw==", + "version": "4.40.5", + "resolved": "https://registry.npmjs.org/pacc/-/pacc-4.40.5.tgz", + "integrity": "sha512-lfo0pt7VtjcthIrh8bFXfwIBOQedEn1ORQtxhCw0XA30qum08AikM6cpPjUIKZ2gMgRVbbd46YP6Jw/Lw+kfiQ==", "license": "0BSD", "engines": { - "node": ">=22.20.0" + "node": ">=22.21.0" } }, "node_modules/package-config": {