Skip to content

Commit cc9a2d1

Browse files
committed
update packages
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
1 parent c7d096a commit cc9a2d1

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed

dependencies.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"@seald-io/nedb": "4.0.4",
1+
"@seald-io/nedb": "4.1.2",
22
"archiver": "7.0.1",
33
"body-parser": "1.20.3",
44
"cbor": "5.2.0",
@@ -11,7 +11,8 @@
1111
"minimist": "1.2.8",
1212
"multiparty": "4.2.3",
1313
"node-forge": "1.3.1",
14+
"otplib": "12.0.1",
1415
"ua-client-hints-js": "0.1.2",
1516
"ua-parser-js": "1.0.40",
16-
"ws": "8.18.0",
17+
"ws": "8.18.3",
1718
"yauzl": "2.10.0"

meshcentral.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4325,7 +4325,7 @@ function mainStart() {
43254325

43264326
// Build the list of required modules
43274327
// NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile
4328-
var modules = ['archiver@7.0.1', 'body-parser@1.20.3', 'cbor@5.2.0', 'compression@1.8.1', 'cookie-session@2.1.1', 'express@4.21.2', 'express-handlebars@7.1.3', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@seald-io/nedb', 'node-forge@1.3.1', 'ua-parser-js@1.0.40', 'ua-client-hints-js@0.1.2', 'ws@8.18.0', 'yauzl@2.10.0'];
4328+
var modules = ['archiver@7.0.1', 'body-parser@1.20.3', 'cbor@5.2.0', 'compression@1.8.1', 'cookie-session@2.1.1', 'express@4.21.2', 'express-handlebars@7.1.3', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@seald-io/nedb@4.1.2', 'node-forge@1.3.1', 'ua-parser-js@1.0.40', 'ua-client-hints-js@0.1.2', 'ws@8.18.3', 'yauzl@2.10.0'];
43294329
if (require('os').platform() == 'win32') { modules.push('node-windows@0.1.14'); modules.push('loadavg-windows@1.1.1'); if (sspi == true) { modules.push('node-sspi@0.2.10'); } } // Add Windows modules
43304330
if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); }
43314331
if (ssh == true) { modules.push('ssh2@1.16.0'); }

package-lock.json

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sample-config-advanced.json"
3838
],
3939
"dependencies": {
40-
"@seald-io/nedb": "4.0.4",
40+
"@seald-io/nedb": "4.1.2",
4141
"archiver": "7.0.1",
4242
"body-parser": "1.20.3",
4343
"cbor": "5.2.0",
@@ -50,9 +50,10 @@
5050
"minimist": "1.2.8",
5151
"multiparty": "4.2.3",
5252
"node-forge": "1.3.1",
53+
"otplib": "12.0.1",
5354
"ua-client-hints-js": "0.1.2",
5455
"ua-parser-js": "1.0.40",
55-
"ws": "8.18.0",
56+
"ws": "8.18.3",
5657
"yauzl": "2.10.0"
5758
},
5859
"engines": {

0 commit comments

Comments
 (0)