mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
bumped deps
This commit is contained in:
parent
734b0134d6
commit
0a4da28453
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
node: [16.x, 18.x]
|
||||
node: [16.x, 18.x, 20.x]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
# Service containers to run with `container-job`
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"docsify-cli": "4.4.4",
|
||||
"eslint": "8.46.0",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "8.10.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-cli": "1.4.3",
|
||||
"grunt-eslint": "24.3.0",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"base32.js": "0.1.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bson": "5.4.0",
|
||||
"bullmq": "4.7.0",
|
||||
"bullmq": "4.7.1",
|
||||
"fido2-lib": "3.4.1",
|
||||
"gelf": "2.0.1",
|
||||
"generate-password": "1.7.0",
|
||||
|
|
Loading…
Reference in a new issue