Commit bdc08dec authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

build(deps-dev): bump @types/ldapjs from 1.0.10 to 2.2.1

Bumps [@types/ldapjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ldapjs) from 1.0.10 to 2.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ldapjs)

---
updated-dependencies:
- dependency-name: "@types/ldapjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 6dcc1b7c
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@hokify/eslint-config": "^2.0.14", "@hokify/eslint-config": "^2.0.14",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/ldapjs": "^1.0.10", "@types/ldapjs": "^2.2.1",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.2",
"@types/radius": "0.0.28", "@types/radius": "0.0.28",
"@types/yargs": "^17.0.0", "@types/yargs": "^17.0.0",
...@@ -659,9 +659,10 @@ ...@@ -659,9 +659,10 @@
"dev": true "dev": true
}, },
"node_modules/@types/ldapjs": { "node_modules/@types/ldapjs": {
"version": "1.0.10", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-2.2.1.tgz",
"integrity": "sha512-AMkMxkK/wjYtWebNH2O+rARfo7scBpW3T23g6zmGCwDgbyDbR79XWpcSqhPWdU+fChaF+I3dVyl9X2dT1CyI9w==", "integrity": "sha512-rctCsjTBpG86j352gd6BfFevpcG2Rvh2K6t3BLO3VJMe6JSGDI5rovA+8O/rxL5PbXz0UFBdDu7wv/1hA/0GjA==",
"dev": true,
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"
} }
...@@ -4690,6 +4691,14 @@ ...@@ -4690,6 +4691,14 @@
"node": ">=0.8.0" "node": ">=0.8.0"
} }
}, },
"node_modules/ldapauth-fork/node_modules/@types/ldapjs": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.11.tgz",
"integrity": "sha512-O4D1frY6xy2mQr5WouNPeltMe5EHdmU4FxbLDC6TMDX5HXOuafusGu+7Y9WAoqBaYHZ5hcFa7jfkpggyexfeXQ==",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/ldapjs": { "node_modules/ldapjs": {
"version": "2.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.0.tgz", "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.0.tgz",
...@@ -8282,9 +8291,10 @@ ...@@ -8282,9 +8291,10 @@
"dev": true "dev": true
}, },
"@types/ldapjs": { "@types/ldapjs": {
"version": "1.0.10", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-2.2.1.tgz",
"integrity": "sha512-AMkMxkK/wjYtWebNH2O+rARfo7scBpW3T23g6zmGCwDgbyDbR79XWpcSqhPWdU+fChaF+I3dVyl9X2dT1CyI9w==", "integrity": "sha512-rctCsjTBpG86j352gd6BfFevpcG2Rvh2K6t3BLO3VJMe6JSGDI5rovA+8O/rxL5PbXz0UFBdDu7wv/1hA/0GjA==",
"dev": true,
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"
} }
...@@ -11343,6 +11353,16 @@ ...@@ -11343,6 +11353,16 @@
"bcryptjs": "^2.4.0", "bcryptjs": "^2.4.0",
"ldapjs": "^2.2.1", "ldapjs": "^2.2.1",
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
},
"dependencies": {
"@types/ldapjs": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-1.0.11.tgz",
"integrity": "sha512-O4D1frY6xy2mQr5WouNPeltMe5EHdmU4FxbLDC6TMDX5HXOuafusGu+7Y9WAoqBaYHZ5hcFa7jfkpggyexfeXQ==",
"requires": {
"@types/node": "*"
}
}
} }
}, },
"ldapjs": { "ldapjs": {
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"devDependencies": { "devDependencies": {
"@hokify/eslint-config": "^2.0.14", "@hokify/eslint-config": "^2.0.14",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/ldapjs": "^1.0.10", "@types/ldapjs": "^2.2.1",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.2",
"@types/radius": "0.0.28", "@types/radius": "0.0.28",
"@types/yargs": "^17.0.0", "@types/yargs": "^17.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment