1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-21 11:53:38 +00:00

Update dependency @types/ldapjs to v2 (#332)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-06 06:18:11 -04:00
committed by GitHub
parent 0ddf81f644
commit 3540a2741e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"@microsoft/microsoft-graph-types": "1.41.0",
"@ngtools/webpack": "15.2.8",
"@types/inquirer": "8.2.1",
"@types/ldapjs": "1.0.11",
"@types/ldapjs": "2.2.5",
"@types/lowdb": "1.0.11",
"@types/lunr": "2.3.4",
"@types/node": "18.16.14",
@@ -2246,9 +2246,9 @@
}
},
"node_modules/@types/ldapjs": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.11.tgz",
"integrity": "sha512-O4D1frY6xy2mQr5WouNPeltMe5EHdmU4FxbLDC6TMDX5HXOuafusGu+7Y9WAoqBaYHZ5hcFa7jfkpggyexfeXQ==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-2.2.5.tgz",
"integrity": "sha512-Lv/nD6QDCmcT+V1vaTRnEKE8UgOilVv5pHcQuzkU1LcRe4mbHHuUo/KHi0LKrpdHhQY8FJzryF38fcVdeUIrzg==",
"dev": true,
"dependencies": {
"@types/node": "*"
@@ -15678,9 +15678,9 @@
}
},
"@types/ldapjs": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.11.tgz",
"integrity": "sha512-O4D1frY6xy2mQr5WouNPeltMe5EHdmU4FxbLDC6TMDX5HXOuafusGu+7Y9WAoqBaYHZ5hcFa7jfkpggyexfeXQ==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-2.2.5.tgz",
"integrity": "sha512-Lv/nD6QDCmcT+V1vaTRnEKE8UgOilVv5pHcQuzkU1LcRe4mbHHuUo/KHi0LKrpdHhQY8FJzryF38fcVdeUIrzg==",
"dev": true,
"requires": {
"@types/node": "*"

View File

@@ -68,7 +68,7 @@
"@microsoft/microsoft-graph-types": "1.41.0",
"@ngtools/webpack": "15.2.8",
"@types/inquirer": "8.2.1",
"@types/ldapjs": "1.0.11",
"@types/ldapjs": "2.2.5",
"@types/lowdb": "1.0.11",
"@types/lunr": "2.3.4",
"@types/node": "18.16.14",