Update ldapjs

This commit is contained in:
Douglas Barone 2021-11-09 07:40:03 -04:00
parent f3f9a8254e
commit 944beeb6bf
2 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"graphql": "^14.6.0", "graphql": "^14.6.0",
"ip": "^1.1.5", "ip": "^1.1.5",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"ldapjs": "^2.2.1", "ldapjs": "^2.3.1",
"node-cron": "^2.0.3", "node-cron": "^2.0.3",
"node-unifi": "^1.3.8", "node-unifi": "^1.3.8",
"oui": "^11.0.44", "oui": "^11.0.44",
@ -6213,9 +6213,9 @@
} }
}, },
"node_modules/ldapjs": { "node_modules/ldapjs": {
"version": "2.2.1", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.1.tgz", "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.1.tgz",
"integrity": "sha512-p9gwfIsMPSLCYa7bVOWXZ7PHXAK3NkthxWyzY0bG99sWtIUXnYmB7Fown4JZ44dnhx73qe0+Hx1yXLVCRYG+bg==", "integrity": "sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ==",
"dependencies": { "dependencies": {
"abstract-logging": "^2.0.0", "abstract-logging": "^2.0.0",
"asn1": "^0.2.4", "asn1": "^0.2.4",
@ -14155,9 +14155,9 @@
} }
}, },
"ldapjs": { "ldapjs": {
"version": "2.2.1", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.1.tgz", "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.1.tgz",
"integrity": "sha512-p9gwfIsMPSLCYa7bVOWXZ7PHXAK3NkthxWyzY0bG99sWtIUXnYmB7Fown4JZ44dnhx73qe0+Hx1yXLVCRYG+bg==", "integrity": "sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ==",
"requires": { "requires": {
"abstract-logging": "^2.0.0", "abstract-logging": "^2.0.0",
"asn1": "^0.2.4", "asn1": "^0.2.4",

View File

@ -49,7 +49,7 @@
"graphql": "^14.6.0", "graphql": "^14.6.0",
"ip": "^1.1.5", "ip": "^1.1.5",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"ldapjs": "^2.2.1", "ldapjs": "^2.3.1",
"node-cron": "^2.0.3", "node-cron": "^2.0.3",
"node-unifi": "^1.3.8", "node-unifi": "^1.3.8",
"oui": "^11.0.44", "oui": "^11.0.44",