From 51c5f525d876c008c6ad3d059bd570ef8da18d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 08:01:57 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-health from 7.0.32 to 7.0.33 Bumps [@kronos-integration/service-health](https://github.com/Kronos-Integration/service-health) from 7.0.32 to 7.0.33. - [Release notes](https://github.com/Kronos-Integration/service-health/releases) - [Commits](https://github.com/Kronos-Integration/service-health/compare/v7.0.32...v7.0.33) --- updated-dependencies: - dependency-name: "@kronos-integration/service-health" dependency-version: 7.0.33 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e8f292da..0b02742b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -572,14 +572,14 @@ } }, "node_modules/@kronos-integration/service-health": { - "version": "7.0.32", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-health/-/service-health-7.0.32.tgz", - "integrity": "sha512-BdhwZ7ThdS8mJBarUXk1eEMOoRedmdp/zij/ipE6XXOL8/Gw5rg9PSYP3aq/bKQYgPZE6YHBKZ+3VJgYgaZW4A==", + "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==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.10", "@kronos-integration/service": "^13.2.14", - "pacc": "^4.15.1" + "pacc": "^4.32.0" }, "engines": { "node": ">=22.19.0"