From 41dbfbe0af227f3c8dac66e29fea011dc7862218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:01:48 +0000 Subject: [PATCH] Build(deps): bump ldapjs from 1.0.2 to 3.0.2 Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs) from 1.0.2 to 3.0.2. - [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/v1.0.2...v3.0.2) --- 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 0df65bc..ab8a015 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "mocha": ">=9" }, "dependencies": { - "ldapjs": "^1.0.2" + "ldapjs": "^3.0.2" } }