Update minimum dependencies
This commit is contained in:
parent
e2d516f6bb
commit
1fe60e48c3
|
@ -34,7 +34,7 @@ jobs:
|
|||
node:
|
||||
- 16
|
||||
- 18
|
||||
- 19
|
||||
- 20
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue