Low hanging fruit dep updates

This commit is contained in:
Bryan Ashby
2022-08-04 16:29:29 -06:00
parent 5b7b1a5b74
commit 8f54d0bd7b
2 changed files with 265 additions and 90 deletions

View File

@@ -23,13 +23,13 @@
],
"dependencies": {
"@breejs/later": "4.1.0",
"async": "^3.2.3",
"binary-parser": "2.0.2",
"async": "3.2.4",
"binary-parser": "2.1.0",
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "1.8.15",
"deepdash": "^5.3.9",
"exiftool": "^0.0.3",
"fs-extra": "^10.0.1",
"fs-extra": "10.1.0",
"glob": "^7.2.0",
"graceful-fs": "^4.2.10",
"hashids": "^2.2.10",
@@ -38,13 +38,13 @@
"ini-config-parser": "^1.0.4",
"inquirer": "^8.2.2",
"lodash": "4.17.21",
"lru-cache": "^7.8.0",
"lru-cache": "7.13.2",
"mime-types": "^2.1.35",
"minimist": "^1.2.6",
"moment": "^2.29.2",
"moment": "2.29.4",
"nntp-server": "^1.0.3",
"node-pty": "0.10.1",
"nodemailer": "^6.7.3",
"nodemailer": "6.7.7",
"otplib": "11.0.1",
"qrcode-generator": "^1.4.4",
"rlogin": "^1.0.0",
@@ -52,19 +52,19 @@
"sanitize-filename": "^1.6.3",
"sqlite3": "^4.2.0",
"sqlite3-trans": "^1.2.2",
"ssh2": "^1.9.0",
"ssh2": "1.11.0",
"systeminformation": "5.12.3",
"telnet-socket": "^0.2.3",
"temptmp": "^1.1.0",
"uuid": "8.3.2",
"uuid-parse": "1.1.0",
"ws": "7.4.3",
"yazl": "^2.5.1",
"systeminformation": "^5.11.14"
"yazl": "^2.5.1"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.6.2"
"prettier": "2.7.1"
},
"engines": {
"node": ">=14"