Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7b0cf44

Browse files
authored
Merge pull request #76 from jsumners/dep-updates
Dep updates and release v2
2 parents d527af0 + d3c8139 commit 7b0cf44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "George Heeres <[email protected]>",
33
"name": "activedirectory2",
4-
"version": "2.0.0-pre.2",
4+
"version": "2.0.0",
55
"description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.",
66
"contributors": [
77
{
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"abstract-logging": "^2.0.0",
2929
"async": "^3.1.0",
30-
"ldapjs": "^2.0.0-pre.5",
30+
"ldapjs": "^2.1.0",
3131
"merge-options": "^2.0.0"
3232
},
3333
"scripts": {
@@ -47,11 +47,11 @@
4747
},
4848
"license": "MIT",
4949
"devDependencies": {
50-
"jsdoc": "^3.5.5",
51-
"pino": "^5.16.0",
50+
"jsdoc": "^3.6.5",
51+
"pino": "^6.4.1",
5252
"pre-commit": "^1.2.2",
5353
"snazzy": "^8.0.0",
54-
"standard": "^14.3.1",
55-
"tap": "^14.10.5"
54+
"standard": "^14.3.4",
55+
"tap": "^14.10.8"
5656
}
5757
}

0 commit comments

Comments
 (0)