Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 62682f5

Browse files
authored
Update controls dependency to include PasswordPolicyControl (#8)
* Update dependency on @ldapjs/controls * v1.3.0 * Revert to v1.2.1 and relax dependency version constraints
1 parent cdd90b4 commit 62682f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"main": "index.js",
1212
"dependencies": {
13-
"@ldapjs/asn1": "2.0.0",
14-
"@ldapjs/attribute": "1.0.0",
15-
"@ldapjs/change": "1.0.0",
16-
"@ldapjs/controls": "2.0.0",
13+
"@ldapjs/asn1": "^2.0.0",
14+
"@ldapjs/attribute": "^1.0.0",
15+
"@ldapjs/change": "^1.0.0",
16+
"@ldapjs/controls": "^2.1.0",
1717
"@ldapjs/dn": "^1.1.0",
1818
"@ldapjs/filter": "^2.1.1",
19-
"@ldapjs/protocol": "1.2.1",
19+
"@ldapjs/protocol": "^1.2.1",
2020
"process-warning": "^2.2.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)