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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 5, 2022
1 parent 3b72ba4 commit b5a65cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 7 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ module.exports = {
},

Control,
EntryChangeNotificationControl: EntryChangeNotificationControl,
PagedResultsControl: PagedResultsControl,
PersistentSearchControl: PersistentSearchControl,
ServerSideSortingRequestControl: ServerSideSortingRequestControl,
ServerSideSortingResponseControl: ServerSideSortingResponseControl,
VirtualListViewRequestControl: VirtualListViewRequestControl,
VirtualListViewResponseControl: VirtualListViewResponseControl
EntryChangeNotificationControl,
PagedResultsControl,
PersistentSearchControl,
ServerSideSortingRequestControl,
ServerSideSortingResponseControl,
VirtualListViewRequestControl,
VirtualListViewResponseControl
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldapjs/controls",
"version": "1.0.0-rc.6",
"version": "1.0.0",
"description": "LDAP control objects",
"main": "index.js",
"scripts": {
Expand All @@ -26,15 +26,16 @@
"homepage": "https://github.com/ldapjs/controls#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"eslint": "^8.12.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"tap": "16.0.1"
"tap": "^16.2.0"
},
"dependencies": {
"@ldapjs/asn1": "^1.0.0",
"@ldapjs/asn1": "^1.0.1",
"@ldapjs/codes": "^1.0.0"
},
"pre-commit": [
Expand Down

0 comments on commit b5a65cb

Please sign in to comment.