From d0cc3d8f76dc7e33fc4c37cbb3c4ebdf1fe0c70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:06:05 +0000 Subject: [PATCH] Bump ldapjs from 2.3.3 to 3.0.0 Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs) from 2.3.3 to 3.0.0. - [Release notes](https://github.com/ldapjs/node-ldapjs/releases) - [Changelog](https://github.com/ldapjs/node-ldapjs/blob/master/CHANGES.md) - [Commits](https://github.com/ldapjs/node-ldapjs/compare/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: ldapjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d451a5..94f48fb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "fs-readdir-recursive": "^1.1.0", "googleapis": "^108.0.0", "humanize-duration": "^3.27.0", - "ldapjs": "^2.3.1", + "ldapjs": "^3.0.0", "ldapjs-promise": "^1.0.6", "mariadb": "^3.0.0", "mongoose": "^6.0.12",