From 42b20dd3569153ceaaa47e64b1eee282c74b49bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:32:41 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service from 15.7.17 to 15.7.19 Bumps [@kronos-integration/service](https://github.com/Kronos-Integration/service) from 15.7.17 to 15.7.19. - [Release notes](https://github.com/Kronos-Integration/service/releases) - [Commits](https://github.com/Kronos-Integration/service/compare/v15.7.17...v15.7.19) --- updated-dependencies: - dependency-name: "@kronos-integration/service" dependency-version: 15.7.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 845bc0cd..f81304ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ ], "dependencies": { "@kronos-integration/interceptor-decode-json": "^4.0.23", - "@kronos-integration/service": "^15.7.15", + "@kronos-integration/service": "^15.7.19", "@kronos-integration/service-admin": "^4.0.13", "@kronos-integration/service-authenticator": "^4.1.36", "@kronos-integration/service-health": "^8.1.1", @@ -497,12 +497,12 @@ } }, "node_modules/@kronos-integration/endpoint": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-11.2.0.tgz", - "integrity": "sha512-M7y/YMG07IFHgEZI8Aq+Fe1MU654pD8pXQO420NoF/UiCi93oG4w9A4uV/B7YG4iFYv2rEM0HB8d4z7utJ01ng==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-11.2.1.tgz", + "integrity": "sha512-7Orp4MUa4/Xz/neOAR5hzREBv+WcB3PU/EpPcsaBq6Q5m9GAbJAzq75ARpEDBHTxb5sLRWqzN2lNK7E/jr94Zg==", "license": "0BSD", "dependencies": { - "@kronos-integration/interceptor": "^13.3.7" + "@kronos-integration/interceptor": "^13.4.0" }, "engines": { "node": ">=26.7.0" @@ -533,15 +533,15 @@ } }, "node_modules/@kronos-integration/service": { - "version": "15.7.17", - "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.7.17.tgz", - "integrity": "sha512-aEIhWGQFsCWgocDKWxWDRzWVviCwTYgyfypBqdzI4UJB5Km48b3cfXKqoZ/Ki54d4SgabmtHFAzgaGOlw25kqA==", + "version": "15.7.19", + "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.7.19.tgz", + "integrity": "sha512-L9Rq5V/IspdrFF8KQefShcWVvVYuDf8E+L2HVaUNyJFwF1Jqmm4DqV+Qcj0Y3tdAueuNflTAlTV5pE9Lu1TnCg==", "license": "0BSD", "dependencies": { - "@kronos-integration/endpoint": "^11.2.0", - "@kronos-integration/interceptor": "^13.4.0", + "@kronos-integration/endpoint": "^11.2.1", + "@kronos-integration/interceptor": "^13.4.1", "loglevel-mixin": "^7.3.0", - "pacc": "^11.2.6", + "pacc": "^11.3.0", "statetransition-mixin": "^8.1.4" }, "engines": { @@ -10137,9 +10137,9 @@ } }, "node_modules/pacc": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/pacc/-/pacc-11.2.6.tgz", - "integrity": "sha512-M0YnBI5inNStxKKTP2ScJHDsJmmR0otIKEyivZPUiwlKfuTGWTKyUs7SiZviOy7xhTyYXBjrYpXKCUli88jEYA==", + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/pacc/-/pacc-11.5.1.tgz", + "integrity": "sha512-6sOyTYGIoq+PsFU5TKSSQ7y2X/MXm2qonhnP5b/97HUiFu60QoVOAa68tWxdRagGWE6i+879aBf1K+/bFrBogw==", "license": "0BSD", "engines": { "node": ">=26.7.0" diff --git a/package.json b/package.json index 82311b9e..f19bd677 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@kronos-integration/interceptor-decode-json": "^4.0.23", - "@kronos-integration/service": "^15.7.22", + "@kronos-integration/service": "^15.7.19", "@kronos-integration/service-admin": "^4.0.13", "@kronos-integration/service-authenticator": "^4.1.36", "@kronos-integration/service-health": "^8.1.1",