From ede27b94dfc49c43a213b730618e738731b543d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:01:48 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-ldap from 5.0.30 to 6.0.0 Bumps [@kronos-integration/service-ldap](https://github.com/Kronos-Integration/service-ldap) from 5.0.30 to 6.0.0. - [Release notes](https://github.com/Kronos-Integration/service-ldap/releases) - [Commits](https://github.com/Kronos-Integration/service-ldap/compare/v5.0.30...v6.0.0) --- updated-dependencies: - dependency-name: "@kronos-integration/service-ldap" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++------------------------------------ package.json | 2 +- 2 files changed, 9 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aeba2bf0..775cb8dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@kronos-integration/service-authenticator": "^3.0.21", "@kronos-integration/service-health": "^7.0.44", "@kronos-integration/service-http": "^13.0.42", - "@kronos-integration/service-ldap": "^5.0.30", + "@kronos-integration/service-ldap": "^6.0.0", "@kronos-integration/service-swarm": "^3.0.42" }, "bin": { @@ -723,46 +723,18 @@ } }, "node_modules/@kronos-integration/service-ldap": { - "version": "5.0.30", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-ldap/-/service-ldap-5.0.30.tgz", - "integrity": "sha512-UNcCf8zUzk52GykVvHZXwzxhYcZealff10NPvvvwcZeSiOIjPkZFDqHTJdrXC+N2sZEqxUEt09l5bfE9/RpSvA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-ldap/-/service-ldap-6.0.0.tgz", + "integrity": "sha512-ctUmZeRQ89qNw3yX+R/m3yayVsPFS5E4PrDuBTnpQtUUcSI3iEm2jhNH1PZl2REFQpKikmHfA+eGNscHJEqKFw==", "license": "BSD-2-Clause", "dependencies": { - "@kronos-integration/endpoint": "^10.1.19", - "@kronos-integration/service": "^13.2.40", + "@kronos-integration/endpoint": "^11.0.0", + "@kronos-integration/service": "^14.0.0", "ldapts": "^8.0.9", - "pacc": "^4.40.2" - }, - "engines": { - "node": ">=22.17.1" - } - }, - "node_modules/@kronos-integration/service-ldap/node_modules/@kronos-integration/endpoint": { - "version": "10.1.19", - "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-10.1.19.tgz", - "integrity": "sha512-0xxY3dh0NcsaIOgXeXRBl80wbphkiiastvLO6jKBo3qJPn1tdrdLet9d5wGWRf3Fh/w21Z1yB7z4T10/5bpI2g==", - "license": "BSD-2-Clause", - "dependencies": { - "@kronos-integration/interceptor": "^12.2.3" - }, - "engines": { - "node": ">=22.20.0" - } - }, - "node_modules/@kronos-integration/service-ldap/node_modules/@kronos-integration/service": { - "version": "13.2.41", - "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-13.2.41.tgz", - "integrity": "sha512-RBfK5yNZpz2vV53hVzxoFA/0jEdknDLYDb6CkHuOFHU96VGRLyaak67JT+cfyyYxyZgBKb/NXBuyUB9gZ6Shgw==", - "license": "BSD-2-Clause", - "dependencies": { - "@kronos-integration/endpoint": "^10.1.19", - "@kronos-integration/interceptor": "^12.2.5", - "loglevel-mixin": "^7.2.5", - "pacc": "^4.40.3", - "statetransition-mixin": "^8.1.3" + "pacc": "^4.41.0" }, "engines": { - "node": ">=22.20.0" + "node": ">=24.10.0" } }, "node_modules/@kronos-integration/service-swarm": { diff --git a/package.json b/package.json index 8613c53a5..6b01ca18b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@kronos-integration/service-authenticator": "^3.0.21", "@kronos-integration/service-health": "^7.0.44", "@kronos-integration/service-http": "^13.0.42", - "@kronos-integration/service-ldap": "^5.0.30", + "@kronos-integration/service-ldap": "^6.0.0", "@kronos-integration/service-swarm": "^3.0.42" }, "devDependencies": {