From 98e5a320a8c2de94d92c8b5e54d93884ee49b6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:03:14 +0000 Subject: [PATCH] Bump ldapjs from 2.3.1 to 2.3.2 in /settings Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs) from 2.3.1 to 2.3.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/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: ldapjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings/package.json | 2 +- settings/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/settings/package.json b/settings/package.json index b229e1ffaf..bd3cfd82c9 100644 --- a/settings/package.json +++ b/settings/package.json @@ -58,7 +58,7 @@ "eslint-plugin-vue": "^7.8.0", "fs-extra": "^10.0.0", "join-path": "^1.1.1", - "ldapjs": "^2.2.4", + "ldapjs": "^2.3.2", "lodash-es": "^4.17.21", "nightwatch": "1.7.11", "nightwatch-api": "3.0.2", diff --git a/settings/yarn.lock b/settings/yarn.lock index fb193841d7..6d7efcb069 100644 --- a/settings/yarn.lock +++ b/settings/yarn.lock @@ -5066,10 +5066,10 @@ ldap-filter@^0.3.3: dependencies: assert-plus "^1.0.0" -ldapjs@^2.2.4: - version "2.3.1" - resolved "https://registry.yarnpkg.com/ldapjs/-/ldapjs-2.3.1.tgz#04136815fb1f21d692ac87fab5961a04d86e8b04" - integrity sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ== +ldapjs@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/ldapjs/-/ldapjs-2.3.2.tgz#a599d081519f70462941cc33a50e9354c32f35b7" + integrity sha512-FU+GR/qbQ96WUZ2DUb7FzaEybYvv3240wTVPcbsdELB3o4cK92zGVjntsh68siVkLeCmlCcsd/cIQzyGXSS7LA== dependencies: abstract-logging "^2.0.0" asn1 "^0.2.4"