fix: upgrade ldapjs from 2.2.1 to 2.2.2 (#7056)

Snyk has created this PR to upgrade ldapjs from 2.2.1 to 2.2.2.

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-12-10 05:46:11 +02:00
committed by GitHub
parent abdfe61b82
commit 4267e9bd5b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8530,9 +8530,9 @@
}
},
"ldapjs": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.1.tgz",
"integrity": "sha512-p9gwfIsMPSLCYa7bVOWXZ7PHXAK3NkthxWyzY0bG99sWtIUXnYmB7Fown4JZ44dnhx73qe0+Hx1yXLVCRYG+bg==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.2.tgz",
"integrity": "sha512-PgMVYKWUjkkK6v81QQc+kKsr4TcKRggYuvjwo1h4ZEhaXGIkhLvcK9Y60nZqR5RRvyYbt8Ott1VyN7S5EiYArA==",
"requires": {
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",

View File

@@ -42,7 +42,7 @@
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.11.0",
"ldapjs": "2.2.1",
"ldapjs": "2.2.2",
"lodash": "4.17.20",
"lru-cache": "5.1.1",
"mime": "2.4.6",