1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

[deps]: Update ldapts to v7.4.0 (#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-19 12:54:17 -04:00
committed by GitHub
parent 83c42cec73
commit 18b110e70d
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"https-proxy-agent": "7.0.6", "https-proxy-agent": "7.0.6",
"inquirer": "8.2.6", "inquirer": "8.2.6",
"keytar": "7.9.0", "keytar": "7.9.0",
"ldapts": "7.3.1", "ldapts": "7.4.0",
"lowdb": "1.0.0", "lowdb": "1.0.0",
"ngx-toastr": "19.0.0", "ngx-toastr": "19.0.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
@@ -15620,17 +15620,17 @@
} }
}, },
"node_modules/ldapts": { "node_modules/ldapts": {
"version": "7.3.1", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/ldapts/-/ldapts-7.3.1.tgz", "resolved": "https://registry.npmjs.org/ldapts/-/ldapts-7.4.0.tgz",
"integrity": "sha512-g8mxobOSeuxVkXRT9JZBGUvfDjXIpQPEHH5kYG9UjrIlWV5Rqxq+MMmqzlSh4OqSXh+3lFvzyYu+lsJldoZvvA==", "integrity": "sha512-QLgx2pLvxMXY1nCc85Fx+cwVJDvC0sQ3l4CJZSl1FJ/iV8Ypfl6m+5xz4lm1lhoXcUlvhPqxEoyIj/8LR6ut+A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/asn1": ">=0.2.4", "@types/asn1": ">=0.2.4",
"asn1": "~0.2.6", "asn1": "0.2.6",
"debug": "~4.4.0", "debug": "4.4.0",
"strict-event-emitter-types": "~2.0.0", "strict-event-emitter-types": "2.0.0",
"uuid": "~11.0.4", "uuid": "11.1.0",
"whatwg-url": "~14.1.0" "whatwg-url": "14.2.0"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@@ -15646,9 +15646,9 @@
} }
}, },
"node_modules/ldapts/node_modules/tr46": { "node_modules/ldapts/node_modules/tr46": {
"version": "5.1.0", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz", "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
"integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==", "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"punycode": "^2.3.1" "punycode": "^2.3.1"
@@ -15658,9 +15658,9 @@
} }
}, },
"node_modules/ldapts/node_modules/uuid": { "node_modules/ldapts/node_modules/uuid": {
"version": "11.0.5", "version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
@@ -15671,12 +15671,12 @@
} }
}, },
"node_modules/ldapts/node_modules/whatwg-url": { "node_modules/ldapts/node_modules/whatwg-url": {
"version": "14.1.1", "version": "14.2.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.1.tgz", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
"integrity": "sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==", "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tr46": "^5.0.0", "tr46": "^5.1.0",
"webidl-conversions": "^7.0.0" "webidl-conversions": "^7.0.0"
}, },
"engines": { "engines": {

View File

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