refactor: upgrade ldapjs from 2.3.2 to 2.3.3 (#8091)

This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2022-07-25 14:59:31 -07:00
committed by GitHub
parent 1246551be3
commit 2ea4e37a37
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8538,9 +8538,9 @@
}
},
"ldapjs": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.2.tgz",
"integrity": "sha512-FU+GR/qbQ96WUZ2DUb7FzaEybYvv3240wTVPcbsdELB3o4cK92zGVjntsh68siVkLeCmlCcsd/cIQzyGXSS7LA==",
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.3.tgz",
"integrity": "sha512-75QiiLJV/PQqtpH+HGls44dXweviFwQ6SiIK27EqzKQ5jU/7UFrl2E5nLdQ3IYRBzJ/AVFJI66u0MZ0uofKYwg==",
"requires": {
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",

View File

@@ -39,7 +39,7 @@
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.1.4",
"ldapjs": "2.3.2",
"ldapjs": "2.3.3",
"lodash": "4.17.21",
"lru-cache": "7.10.2",
"mime": "3.0.0",