fix: upgrade ldapjs from 2.1.0 to 2.1.1 (#6878)

Snyk has created this PR to upgrade ldapjs from 2.1.0 to 2.1.1.

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
This commit is contained in:
Snyk bot
2020-08-21 07:07:25 +03:00
committed by GitHub
parent 2d766a9186
commit 1daf36da99
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3379,9 +3379,9 @@
}
},
"abstract-logging": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-1.0.0.tgz",
"integrity": "sha1-i33q/TEFWbwo93ck3RuzAXcnjBs="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.0.tgz",
"integrity": "sha512-/oA9z7JszpIioo6J6dB79LVUgJ3eD3cxkAmdCkvWWS+Y9tPtALs1rLqOekLUXUbYqM2fB9TTK0ibAyZJJOP/CA=="
},
"accepts": {
"version": "1.3.7",
@@ -8256,11 +8256,11 @@
}
},
"ldapjs": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.1.0.tgz",
"integrity": "sha512-ppGqhf2Jn7BTmCHgjrdQcPqq2ieR/x+CAvF1EZboTNwDt66T7h7A1tFbwQwJPna27s0F93H8jNWOIMt0DTKnvw==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.1.1.tgz",
"integrity": "sha512-XzF2BEGeM/nenYDAJvkDMYovZ07fIGalrYD+suprSqUWPCWpoa+a4vWl5g8o/En85m6NHWBpirDFNClWLAd77w==",
"requires": {
"abstract-logging": "^1.0.0",
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"backoff": "^2.5.0",

View File

@@ -41,7 +41,7 @@
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.8.1",
"ldapjs": "2.1.0",
"ldapjs": "2.1.1",
"lodash": "4.17.20",
"lru-cache": "5.1.1",
"mime": "2.4.6",