Sync with master
This commit is contained in:
50
package.json
50
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "enigma-bbs",
|
||||
"version": "0.0.12-beta",
|
||||
"version": "0.0.13-beta",
|
||||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
@@ -22,50 +22,50 @@
|
||||
"retro"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "3.2.0",
|
||||
"binary-parser": "1.7.0",
|
||||
"@breejs/later": "4.1.0",
|
||||
"async": "^3.2.3",
|
||||
"binary-parser": "2.0.2",
|
||||
"buffers": "github:NuSkooler/node-buffers",
|
||||
"bunyan": "1.8.14",
|
||||
"deepdash": "5.3.2",
|
||||
"bunyan": "1.8.15",
|
||||
"deepdash": "^5.3.9",
|
||||
"exiftool": "^0.0.3",
|
||||
"fs-extra": "9.0.1",
|
||||
"glob": "7.1.6",
|
||||
"graceful-fs": "^4.2.4",
|
||||
"hashids": "2.2.2",
|
||||
"fs-extra": "^10.0.1",
|
||||
"glob": "^7.2.0",
|
||||
"graceful-fs": "^4.2.10",
|
||||
"hashids": "^2.2.10",
|
||||
"hjson": "3.2.2",
|
||||
"iconv-lite": "^0.6.2",
|
||||
"iconv-lite": "0.6.3",
|
||||
"ini-config-parser": "^1.0.4",
|
||||
"inquirer": "7.3.3",
|
||||
"@breejs/later" : "^4.0.2",
|
||||
"lodash": "4.17.20",
|
||||
"lru-cache": "^5.1.1",
|
||||
"mime-types": "2.1.27",
|
||||
"minimist": "1.2.5",
|
||||
"moment": "2.29.1",
|
||||
"inquirer": "^8.2.2",
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "^7.8.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"minimist": "^1.2.6",
|
||||
"moment": "^2.29.2",
|
||||
"nntp-server": "^1.0.3",
|
||||
"node-pty": "^0.9.0",
|
||||
"nodemailer": "6.4.16",
|
||||
"node-pty": "0.10.1",
|
||||
"nodemailer": "^6.7.3",
|
||||
"otplib": "11.0.1",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"rlogin": "^1.0.0",
|
||||
"sane": "4.1.0",
|
||||
"sane": "5.0.1",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"sqlite3": "^4.2.0",
|
||||
"sqlite3-trans": "^1.2.2",
|
||||
"ssh2": "0.8.9",
|
||||
"ssh2": "^1.9.0",
|
||||
"telnet-socket": "^0.2.3",
|
||||
"temptmp": "^1.1.0",
|
||||
"uuid": "8.3.1",
|
||||
"uuid": "8.3.2",
|
||||
"uuid-parse": "1.1.0",
|
||||
"ws": "7.4.0",
|
||||
"ws": "7.4.3",
|
||||
"xxhash": "^0.3.0",
|
||||
"yazl": "^2.5.1",
|
||||
"systeminformation" : "^4.27.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.13.0"
|
||||
"eslint": "^8.13.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user