From 31d2b4b3cc7e13d6174e9233b28d92f18cb68708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:13:54 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-authenticator Bumps [@kronos-integration/service-authenticator](https://github.com/Kronos-Integration/service-authenticator) from 3.0.12 to 3.0.13. - [Release notes](https://github.com/Kronos-Integration/service-authenticator/releases) - [Commits](https://github.com/Kronos-Integration/service-authenticator/compare/v3.0.12...v3.0.13) --- updated-dependencies: - dependency-name: "@kronos-integration/service-authenticator" dependency-version: 3.0.13 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 282251a97..ba0e73ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -558,13 +558,13 @@ } }, "node_modules/@kronos-integration/service-authenticator": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-authenticator/-/service-authenticator-3.0.12.tgz", - "integrity": "sha512-q8Rj2nak9wMsYDgwpzURwKoBqx5ttZSuK9Rq8hSLVpbc/hY9KDt5puJepxPgdCZkkdHE3h5P0OHMvndRcYapmQ==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-authenticator/-/service-authenticator-3.0.13.tgz", + "integrity": "sha512-ohBX9n0+iQc7uh8ubE/7+v39P+3ERrk+W1vx/G+URh+B+8xSikZYeoz3nyB54f2+DDtdC4PGAqcyI7Et2cdSVw==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.9", - "@kronos-integration/service": "^13.2.12", + "@kronos-integration/service": "^13.2.13", "jsonwebtoken": "^9.0.2" }, "engines": {