From f4daa2fcff683a17c6e97170fcb7848f5cf18499 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Aug 2020 03:23:36 +0000 Subject: [PATCH] fix: upgrade ldapjs from 2.0.0 to 2.1.0 Snyk has created this PR to upgrade ldapjs from 2.0.0 to 2.1.0. 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 a9220cf3ae..4f088fef4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8244,9 +8244,9 @@ } }, "ldapjs": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.0.0.tgz", - "integrity": "sha512-ZESQmVoG4a2ZX51pl/aRI+/kqiN2eRWMgHIsNZ2TYf37/S64OPnVJL5Vd5gdZR/qRPZVe5uuKW5p0GK2FUx/FQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.1.0.tgz", + "integrity": "sha512-ppGqhf2Jn7BTmCHgjrdQcPqq2ieR/x+CAvF1EZboTNwDt66T7h7A1tFbwQwJPna27s0F93H8jNWOIMt0DTKnvw==", "requires": { "abstract-logging": "^1.0.0", "asn1": "^0.2.4", diff --git a/package.json b/package.json index 3b4182e9f6..9f6c89d74a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "intersect": "1.0.1", "jsonwebtoken": "8.5.1", "jwks-rsa": "1.8.1", - "ldapjs": "2.0.0", + "ldapjs": "2.1.0", "lodash": "4.17.19", "lru-cache": "5.1.1", "mime": "2.4.6",