From fb465e599e8768b9e229ec8689e033d7063e50b3 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 29 Dec 2020 11:28:43 +0200 Subject: [PATCH] fix: upgrade ldapjs from 2.2.2 to 2.2.3 (#7095) Snyk has created this PR to upgrade ldapjs from 2.2.2 to 2.2.3. See this package in npm: https://www.npmjs.com/package/ldapjs See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69e252f71e..2b66fab170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8530,9 +8530,9 @@ } }, "ldapjs": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.2.tgz", - "integrity": "sha512-PgMVYKWUjkkK6v81QQc+kKsr4TcKRggYuvjwo1h4ZEhaXGIkhLvcK9Y60nZqR5RRvyYbt8Ott1VyN7S5EiYArA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.3.tgz", + "integrity": "sha512-143MayI+cSo1PEngge0HMVj3Fb0TneX4Qp9yl9bKs45qND3G64B75GMSxtZCfNuVsvg833aOp1UWG8peFu1LrQ==", "requires": { "abstract-logging": "^2.0.0", "asn1": "^0.2.4", diff --git a/package.json b/package.json index c435a1304a..9b3319fd14 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "intersect": "1.0.1", "jsonwebtoken": "8.5.1", "jwks-rsa": "1.11.0", - "ldapjs": "2.2.2", + "ldapjs": "2.2.3", "lodash": "4.17.20", "lru-cache": "5.1.1", "mime": "2.4.6",