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

Commit 1fe60e4

Browse files
committed
Update minimum dependencies
1 parent e2d516f commit 1fe60e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node:
3535
- 16
3636
- 18
37-
- 19
37+
- 20
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- uses: actions/checkout@v3

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@ldapjs/change": "1.0.0",
1717
"@ldapjs/controls": "2.0.0",
1818
"@ldapjs/dn": "1.1.0",
19-
"@ldapjs/filter": "2.0.0",
20-
"@ldapjs/messages": "1.1.0",
19+
"@ldapjs/filter": "2.1.0",
20+
"@ldapjs/messages": "^1.2.0",
2121
"@ldapjs/protocol": "^1.2.1",
2222
"abstract-logging": "^2.0.1",
2323
"assert-plus": "^1.0.0",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@fastify/pre-commit": "^2.0.2",
31-
"eslint": "8.42.0",
31+
"eslint": "^8.44.0",
3232
"eslint-config-standard": "^17.0.0",
3333
"eslint-plugin-import": "^2.27.5",
3434
"eslint-plugin-n": "^16.0.0",
@@ -38,7 +38,7 @@
3838
"get-port": "^5.1.1",
3939
"highlight.js": "^11.7.0",
4040
"marked": "^4.2.12",
41-
"tap": "16.3.4"
41+
"tap": "^16.3.7"
4242
},
4343
"scripts": {
4444
"test": "tap --no-cov -R terse",

0 commit comments

Comments
 (0)