From 4b009bf616424702115a6ac4f44a806f15abf40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 08:01:45 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-ldap from 5.0.29 to 5.0.30 Bumps [@kronos-integration/service-ldap](https://github.com/Kronos-Integration/service-ldap) from 5.0.29 to 5.0.30. - [Release notes](https://github.com/Kronos-Integration/service-ldap/releases) - [Commits](https://github.com/Kronos-Integration/service-ldap/compare/v5.0.29...v5.0.30) --- updated-dependencies: - dependency-name: "@kronos-integration/service-ldap" dependency-version: 5.0.30 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 cfd10a458..a0373fa7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -655,15 +655,15 @@ } }, "node_modules/@kronos-integration/service-ldap": { - "version": "5.0.29", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-ldap/-/service-ldap-5.0.29.tgz", - "integrity": "sha512-9LpaSR09Hqjh4OMZsvGs2wtTzAjIZrHfEJ4GUn6HxhPxMCD2VafoMXf0v4vNFLLRjjJK2csfxY6eXIbtmLEkWA==", + "version": "5.0.30", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-ldap/-/service-ldap-5.0.30.tgz", + "integrity": "sha512-UNcCf8zUzk52GykVvHZXwzxhYcZealff10NPvvvwcZeSiOIjPkZFDqHTJdrXC+N2sZEqxUEt09l5bfE9/RpSvA==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.19", - "@kronos-integration/service": "^13.2.38", + "@kronos-integration/service": "^13.2.40", "ldapts": "^8.0.9", - "pacc": "^4.39.3" + "pacc": "^4.40.2" }, "engines": { "node": ">=22.17.1"