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

Commit

Permalink
Update minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 4, 2023
1 parent e2d516f commit 1fe60e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node:
- 16
- 18
- 19
- 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@ldapjs/change": "1.0.0",
"@ldapjs/controls": "2.0.0",
"@ldapjs/dn": "1.1.0",
"@ldapjs/filter": "2.0.0",
"@ldapjs/messages": "1.1.0",
"@ldapjs/filter": "2.1.0",
"@ldapjs/messages": "^1.2.0",
"@ldapjs/protocol": "^1.2.1",
"abstract-logging": "^2.0.1",
"assert-plus": "^1.0.0",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"eslint": "8.42.0",
"eslint": "^8.44.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
Expand All @@ -38,7 +38,7 @@
"get-port": "^5.1.1",
"highlight.js": "^11.7.0",
"marked": "^4.2.12",
"tap": "16.3.4"
"tap": "^16.3.7"
},
"scripts": {
"test": "tap --no-cov -R terse",
Expand Down

0 comments on commit 1fe60e4

Please sign in to comment.