fix: upgrade ldapjs from 2.1.1 to 2.2.0 (#6939)
Snyk has created this PR to upgrade ldapjs from 2.1.1 to 2.2.0. See this package in npm: https://www.npmjs.com/package/ldapjs See this project in Snyk: https://app.snyk.io/org/dplewis/project/704d127e-7a24-4789-a0cd-807b7b972c86?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -8444,9 +8444,9 @@
|
||||
}
|
||||
},
|
||||
"ldapjs": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.1.1.tgz",
|
||||
"integrity": "sha512-XzF2BEGeM/nenYDAJvkDMYovZ07fIGalrYD+suprSqUWPCWpoa+a4vWl5g8o/En85m6NHWBpirDFNClWLAd77w==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.2.0.tgz",
|
||||
"integrity": "sha512-9+ekbj97nxRYQMRgEm/HYFhFLWSRKah2PnReUfhfM5f62XBeUSFolB+AQ2Jij5tqowpksTnrdNCZLP6C+V3uag==",
|
||||
"requires": {
|
||||
"abstract-logging": "^2.0.0",
|
||||
"asn1": "^0.2.4",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"intersect": "1.0.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwks-rsa": "1.9.0",
|
||||
"ldapjs": "2.1.1",
|
||||
"ldapjs": "2.2.0",
|
||||
"lodash": "4.17.20",
|
||||
"lru-cache": "5.1.1",
|
||||
"mime": "2.4.6",
|
||||
|
||||
Reference in New Issue
Block a user