From 04a14bc88cd386d5966c9477c7338a97bfe7271e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Dec 2020 03:23:43 +0000 Subject: [PATCH] fix: upgrade ldapjs from 2.2.1 to 2.2.2 Snyk has created this PR to upgrade ldapjs from 2.2.1 to 2.2.2. 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 e5f3dc6d35..b376d9c887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8530,9 +8530,9 @@ } }, "ldapjs": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.1.tgz", - "integrity": "sha512-p9gwfIsMPSLCYa7bVOWXZ7PHXAK3NkthxWyzY0bG99sWtIUXnYmB7Fown4JZ44dnhx73qe0+Hx1yXLVCRYG+bg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.2.tgz", + "integrity": "sha512-PgMVYKWUjkkK6v81QQc+kKsr4TcKRggYuvjwo1h4ZEhaXGIkhLvcK9Y60nZqR5RRvyYbt8Ott1VyN7S5EiYArA==", "requires": { "abstract-logging": "^2.0.0", "asn1": "^0.2.4", diff --git a/package.json b/package.json index 4907a417e6..1610f81c5d 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.1", + "ldapjs": "2.2.2", "lodash": "4.17.20", "lru-cache": "5.1.1", "mime": "2.4.6",