From 05b3aaea9c566a9152b69fc13774e6e15132e209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 07:47:04 +0000 Subject: [PATCH] Bump ldapjs from 2.2.3 to 2.2.4 Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs) from 2.2.3 to 2.2.4. - [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.2.3...v2.2.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6e901ba..2dcbe02f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jshint": "2.12.0", "mocha": "8.3.2", "morgan": "1.10.0", - "ldapjs": "2.2.3" + "ldapjs": "2.2.4" }, "scripts": { "audit": "npm audit | grep -oE 'https?\\:\\/\\/(www\\.)?(nodesecurity\\.io|npmjs\\.com)\\/advisories\\/[[:digit:]]+' | rev | cut -d '/' -f 1 | rev | diff known-vulns.txt -",