From d81222ceabff489236f5586f230cfcc4f9228406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:42:41 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service from 15.4.24 to 15.4.25 Bumps [@kronos-integration/service](https://github.com/Kronos-Integration/service) from 15.4.24 to 15.4.25. - [Release notes](https://github.com/Kronos-Integration/service/releases) - [Commits](https://github.com/Kronos-Integration/service/compare/v15.4.24...v15.4.25) --- updated-dependencies: - dependency-name: "@kronos-integration/service" dependency-version: 15.4.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 241fe395..7012eab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "linux" ], "dependencies": { - "@kronos-integration/service": "^15.4.24", + "@kronos-integration/service": "^15.4.25", "config-expander": "^14.0.9" }, "devDependencies": { @@ -487,25 +487,25 @@ } }, "node_modules/@kronos-integration/interceptor": { - "version": "13.1.23", - "resolved": "https://registry.npmjs.org/@kronos-integration/interceptor/-/interceptor-13.1.23.tgz", - "integrity": "sha512-vHqzNrfSpnqP6NUxfMnHzE6WdbPwbE37vvbU8Vg9aNygpxe6TNIMHPwOSd63B1Lh5HQqHLgsDeXZG9qbRgyXYg==", + "version": "13.1.25", + "resolved": "https://registry.npmjs.org/@kronos-integration/interceptor/-/interceptor-13.1.25.tgz", + "integrity": "sha512-jYM/33GarSqLamzYRHLhWViWmwF/fjkgs//cRKU6BeUurtgcGUt5gwxOPJ1aG1naOiZd1b52BsZWfKBTGQJBPA==", "license": "0BSD", "dependencies": { - "pacc": "^8.7.0" + "pacc": "^8.8.0" }, "engines": { "node": ">=24.10.0" } }, "node_modules/@kronos-integration/service": { - "version": "15.4.24", - "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.4.24.tgz", - "integrity": "sha512-U9Nj8y+Pk7WuRNjxrOdBzk4hodfco0UMoJe7zX1Pt/+28Fc8aoMraNKXLEy6CupCnKzt4iCQ8WHVeqozRTrYsQ==", + "version": "15.4.25", + "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.4.25.tgz", + "integrity": "sha512-gglQ4YSjJw2vVANRhK/jJgZUDwKzlbr+iiB3Reb0/RnUj0T3UbIu/f61tYQi8c45ZIY01c9JzHraoT81L7fnug==", "license": "0BSD", "dependencies": { "@kronos-integration/endpoint": "^11.0.23", - "@kronos-integration/interceptor": "^13.1.23", + "@kronos-integration/interceptor": "^13.1.24", "loglevel-mixin": "^7.2.7", "pacc": "^8.7.0", "statetransition-mixin": "^8.1.4" @@ -8352,9 +8352,9 @@ } }, "node_modules/pacc": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/pacc/-/pacc-8.7.0.tgz", - "integrity": "sha512-vejRwR92m/FyEGQZ4lJlD/z2Sto7NZaHygiB/9KhrG09l51vpi/ZhX19gpPpcSFp0ZIqg5OWgr16aYvnIxbSEQ==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/pacc/-/pacc-8.8.0.tgz", + "integrity": "sha512-P+vbUEvboxnIXj9HQjb6r+LF5yrINfJ+ZA+PkU0vaBWPnnZnLeltWs5FCgcBTrWI2gxjjU/3m7uHYAM6HafERw==", "license": "0BSD", "engines": { "node": ">=24.13.0"