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

Commit b5a65cb

Browse files
committed
Update dependencies
1 parent 3b72ba4 commit b5a65cb

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ module.exports = {
8787
},
8888

8989
Control,
90-
EntryChangeNotificationControl: EntryChangeNotificationControl,
91-
PagedResultsControl: PagedResultsControl,
92-
PersistentSearchControl: PersistentSearchControl,
93-
ServerSideSortingRequestControl: ServerSideSortingRequestControl,
94-
ServerSideSortingResponseControl: ServerSideSortingResponseControl,
95-
VirtualListViewRequestControl: VirtualListViewRequestControl,
96-
VirtualListViewResponseControl: VirtualListViewResponseControl
90+
EntryChangeNotificationControl,
91+
PagedResultsControl,
92+
PersistentSearchControl,
93+
ServerSideSortingRequestControl,
94+
ServerSideSortingResponseControl,
95+
VirtualListViewRequestControl,
96+
VirtualListViewResponseControl
9797
}

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ldapjs/controls",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "LDAP control objects",
55
"main": "index.js",
66
"scripts": {
@@ -26,15 +26,16 @@
2626
"homepage": "https://github.com/ldapjs/controls#readme",
2727
"devDependencies": {
2828
"@fastify/pre-commit": "^2.0.2",
29-
"eslint": "^8.12.0",
30-
"eslint-config-standard": "^16.0.3",
31-
"eslint-plugin-import": "^2.25.4",
29+
"eslint": "^8.17.0",
30+
"eslint-config-standard": "^17.0.0",
31+
"eslint-plugin-import": "^2.26.0",
32+
"eslint-plugin-n": "^15.2.1",
3233
"eslint-plugin-node": "^11.1.0",
3334
"eslint-plugin-promise": "^6.0.0",
34-
"tap": "16.0.1"
35+
"tap": "^16.2.0"
3536
},
3637
"dependencies": {
37-
"@ldapjs/asn1": "^1.0.0",
38+
"@ldapjs/asn1": "^1.0.1",
3839
"@ldapjs/codes": "^1.0.0"
3940
},
4041
"pre-commit": [

0 commit comments

Comments
 (0)