fix: upgrade ldapjs from 2.2.3 to 2.2.4 (#7275)

Snyk has created this PR to upgrade ldapjs from 2.2.3 to 2.2.4.

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
2021-03-18 06:04:35 +02:00
committed by GitHub
parent 6313656d8a
commit 35f0c55e93
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7652,9 +7652,9 @@
}
},
"ldapjs": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.3.tgz",
"integrity": "sha512-143MayI+cSo1PEngge0HMVj3Fb0TneX4Qp9yl9bKs45qND3G64B75GMSxtZCfNuVsvg833aOp1UWG8peFu1LrQ==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.4.tgz",
"integrity": "sha512-OoeAXPNPPt4D6qva2/p6rkCIHknyYFd42Vp8JhSazBs9BbkEBmoajzj2F0ElD3vR+yAuzIVCjqh1W4uR8dfn0A==",
"requires": {
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",

View File

@@ -43,7 +43,7 @@
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.12.2",
"ldapjs": "2.2.3",
"ldapjs": "2.2.4",
"lodash": "4.17.21",
"lru-cache": "5.1.1",
"mime": "2.5.2",