Merge branch 'master' of https://github.com/crhultay/enigma-bbs into crhultay-master

This commit is contained in:
Bryan Ashby
2025-02-23 11:37:51 -07:00
5 changed files with 4206 additions and 632 deletions

View File

@@ -1,6 +1,6 @@
[tools]
node = '18'
python = '3.10'
node = '22'
python = "3.12"
[env]
NODE_ENV = 'production'

4104
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@
],
"dependencies": {
"@breejs/later": "4.1.0",
"async": "3.2.4",
"async": "^3.2.4",
"binary-parser": "2.1.0",
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "1.8.15",
@@ -51,7 +51,7 @@
"moment": "2.29.4",
"nntp-server": "3.1.0",
"node-pty": "1.0.0",
"nodemailer": "6.7.7",
"nodemailer": "^6.10.0",
"otplib": "11.0.1",
"qrcode-generator": "^1.4.4",
"rlogin": "^1.0.0",
@@ -60,7 +60,7 @@
"sqlite3": "5.1.6",
"sqlite3-trans": "1.3.0",
"ssh2": "1.14.0",
"systeminformation": "5.21.7",
"systeminformation": "^5.25.11",
"telnet-socket": "0.2.4",
"temptmp": "^1.1.0",
"uuid": "8.3.2",
@@ -74,6 +74,6 @@
"prettier": "2.7.1"
},
"engines": {
"node": ">=14"
"node": ">=22"
}
}

0
watch.sh Normal file → Executable file
View File

722
yarn.lock

File diff suppressed because it is too large Load Diff