Update minimum dependencies

This commit is contained in:
James Sumners 2023-07-04 08:41:18 -04:00 committed by James Sumners
parent e2d516f6bb
commit 1fe60e48c3
2 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ jobs:
node: node:
- 16 - 16
- 18 - 18
- 19 - 20
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -16,8 +16,8 @@
"@ldapjs/change": "1.0.0", "@ldapjs/change": "1.0.0",
"@ldapjs/controls": "2.0.0", "@ldapjs/controls": "2.0.0",
"@ldapjs/dn": "1.1.0", "@ldapjs/dn": "1.1.0",
"@ldapjs/filter": "2.0.0", "@ldapjs/filter": "2.1.0",
"@ldapjs/messages": "1.1.0", "@ldapjs/messages": "^1.2.0",
"@ldapjs/protocol": "^1.2.1", "@ldapjs/protocol": "^1.2.1",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"assert-plus": "^1.0.0", "assert-plus": "^1.0.0",
@ -28,7 +28,7 @@
}, },
"devDependencies": { "devDependencies": {
"@fastify/pre-commit": "^2.0.2", "@fastify/pre-commit": "^2.0.2",
"eslint": "8.42.0", "eslint": "^8.44.0",
"eslint-config-standard": "^17.0.0", "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0", "eslint-plugin-n": "^16.0.0",
@ -38,7 +38,7 @@
"get-port": "^5.1.1", "get-port": "^5.1.1",
"highlight.js": "^11.7.0", "highlight.js": "^11.7.0",
"marked": "^4.2.12", "marked": "^4.2.12",
"tap": "16.3.4" "tap": "^16.3.7"
}, },
"scripts": { "scripts": {
"test": "tap --no-cov -R terse", "test": "tap --no-cov -R terse",