From b215698ec66e99ba9752de3c9da8387e5638a955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:43:58 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-health from 7.0.33 to 7.0.34 Bumps [@kronos-integration/service-health](https://github.com/Kronos-Integration/service-health) from 7.0.33 to 7.0.34. - [Release notes](https://github.com/Kronos-Integration/service-health/releases) - [Commits](https://github.com/Kronos-Integration/service-health/compare/v7.0.33...v7.0.34) --- updated-dependencies: - dependency-name: "@kronos-integration/service-health" dependency-version: 7.0.34 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11c57b677..8904eafe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -572,14 +572,14 @@ } }, "node_modules/@kronos-integration/service-health": { - "version": "7.0.33", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-health/-/service-health-7.0.33.tgz", - "integrity": "sha512-5eSSFURInafS2Qh+qS8EneV+EQBkwbeyccjx6PWuq4xgb5hwdhbONP+smUQ0tkOZAr6dWrOpSHh2w3WV6kwAOw==", + "version": "7.0.34", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-health/-/service-health-7.0.34.tgz", + "integrity": "sha512-5TdjEWHbxnhfngfeV7R6JKP5Cpa4XYstC++DycxFaaTeimv5dzyuxyHIKs14Ep9y+U1XPWzA43QCq4mRlqbZfw==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.10", - "@kronos-integration/service": "^13.2.14", - "pacc": "^4.32.0" + "@kronos-integration/service": "^13.2.30", + "pacc": "^4.37.4" }, "engines": { "node": ">=22.19.0"