From a68a6c141af21821eb97345e93f219516edbbb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:48:08 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-authenticator --- updated-dependencies: - dependency-name: "@kronos-integration/service-authenticator" dependency-version: 1.6.68 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 0572c598e..d5430df89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -539,13 +539,13 @@ } }, "node_modules/@kronos-integration/service-authenticator": { - "version": "1.6.67", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-authenticator/-/service-authenticator-1.6.67.tgz", - "integrity": "sha512-DBZp3Avt9gfNzPzk98/5UMxVu1XG0uijNjnFL4M7LzRq8BVjyiiTBEbITtGnZCAMyjCVJ+T59MEtMvUnn2Vtrw==", + "version": "1.6.68", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-authenticator/-/service-authenticator-1.6.68.tgz", + "integrity": "sha512-vFEvlB/YwfqXKJSq2mVPCyqvpjX3d3/jQx8e1HmT2+Raw/L5A/nTcVsAXdlENKcYkTRWQBvWQ+RvNvAXAUYl3g==", "license": "BSD-2-Clause", "dependencies": { - "@kronos-integration/endpoint": "^9.5.9", - "@kronos-integration/service": "^11.2.13", + "@kronos-integration/endpoint": "^9.5.10", + "@kronos-integration/service": "^11.2.15", "jsonwebtoken": "^9.0.2", "model-attributes": "^4.3.0" },