fix: upgrade ldapjs from 2.0.0 to 2.1.0 (#6857)

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

Co-authored-by: Diamond Lewis <findlewis@gmail.com>
This commit is contained in:
Snyk bot
2020-08-20 22:15:59 +03:00
committed by GitHub
parent 603cbe563a
commit cdd1afd923
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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.20",
"lru-cache": "5.1.1",
"mime": "2.4.6",