refactor: upgrade ldapjs from 2.3.1 to 2.3.2 (#7990)

This commit is contained in:
Diamond Lewis
2022-05-08 20:54:49 -05:00
committed by GitHub
parent 330286d22b
commit c35d74d176
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -9334,9 +9334,9 @@
} }
}, },
"ldapjs": { "ldapjs": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.1.tgz", "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.2.tgz",
"integrity": "sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ==", "integrity": "sha512-FU+GR/qbQ96WUZ2DUb7FzaEybYvv3240wTVPcbsdELB3o4cK92zGVjntsh68siVkLeCmlCcsd/cIQzyGXSS7LA==",
"requires": { "requires": {
"abstract-logging": "^2.0.0", "abstract-logging": "^2.0.0",
"asn1": "^0.2.4", "asn1": "^0.2.4",
@@ -16856,9 +16856,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"vasync": { "vasync": {
"version": "2.2.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz", "resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.1.tgz",
"integrity": "sha1-z951GGChWCLbOxMrxZsRakra8Bs=", "integrity": "sha512-Hq72JaTpcTFdWiNA4Y22Amej2GH3BFmBaKPPlDZ4/oC8HNn2ISHLkFrJU4Ds8R3jcUi7oo5Y9jcMHKjES+N9wQ==",
"requires": { "requires": {
"verror": "1.10.0" "verror": "1.10.0"
} }

View File

@@ -42,7 +42,7 @@
"intersect": "1.0.1", "intersect": "1.0.1",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwks-rsa": "2.0.5", "jwks-rsa": "2.0.5",
"ldapjs": "2.3.1", "ldapjs": "2.3.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "6.0.0", "lru-cache": "6.0.0",
"mime": "3.0.0", "mime": "3.0.0",