1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-02-28 10:13:15 +00:00

[deps]: Update ldapts to v8 (#788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-01 21:33:32 -05:00
committed by GitHub
parent 46405ad75c
commit 19937fcbe9
2 changed files with 7 additions and 24 deletions

29
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"keytar": "7.9.0",
"ldapts": "7.4.0",
"ldapts": "8.0.1",
"lowdb": "1.0.0",
"ngx-toastr": "19.0.0",
"node-fetch": "2.7.0",
@@ -15911,37 +15911,20 @@
}
},
"node_modules/ldapts": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/ldapts/-/ldapts-7.4.0.tgz",
"integrity": "sha512-QLgx2pLvxMXY1nCc85Fx+cwVJDvC0sQ3l4CJZSl1FJ/iV8Ypfl6m+5xz4lm1lhoXcUlvhPqxEoyIj/8LR6ut+A==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/ldapts/-/ldapts-8.0.1.tgz",
"integrity": "sha512-ItE52wO3TewMQjT1Ee7KKxOtKL6Pr2+uf2ySwoxUX5g4iKXGampkovADkQwCAnDKk65FJZWiaoYjQN8Oyy2vfQ==",
"license": "MIT",
"dependencies": {
"@types/asn1": ">=0.2.4",
"asn1": "0.2.6",
"debug": "4.4.0",
"debug": "4.4.1",
"strict-event-emitter-types": "2.0.0",
"uuid": "11.1.0",
"whatwg-url": "14.2.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/ldapts/node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
"node": ">=20"
}
},
"node_modules/ldapts/node_modules/punycode": {

View File

@@ -163,7 +163,7 @@
"https-proxy-agent": "7.0.6",
"inquirer": "8.2.6",
"keytar": "7.9.0",
"ldapts": "7.4.0",
"ldapts": "8.0.1",
"lowdb": "1.0.0",
"ngx-toastr": "19.0.0",
"node-fetch": "2.7.0",