Skip to content

Commit bd670a7

Browse files
committed
update packages for vulnerabilities #7169
Signed-off-by: si458 <simonsmith5521@gmail.com>
1 parent aa44cfb commit bd670a7

File tree

4 files changed

+31
-98
lines changed

4 files changed

+31
-98
lines changed

dependencies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"archiver": "7.0.1",
33
"body-parser": "1.20.3",
44
"cbor": "5.2.0",
5-
"compression": "1.7.5",
6-
"cookie-session": "2.1.0",
5+
"compression": "1.8.1",
6+
"cookie-session": "2.1.1",
77
"express": "4.21.2",
88
"express-handlebars": "7.1.3",
99
"express-ws": "5.0.2",
1010
"ipcheck": "0.1.0",
1111
"minimist": "1.2.8",
1212
"multiparty": "4.2.3",
1313
"node-forge": "1.3.1",
14-
"ua-parser-js": "1.0.40",
1514
"ua-client-hints-js": "0.1.2",
15+
"ua-parser-js": "1.0.40",
1616
"ws": "8.18.0",
1717
"yauzl": "2.10.0"

meshcentral.js

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

43254325
// Build the list of required modules
43264326
// NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile
4327-
var modules = ['archiver@7.0.1', 'body-parser@1.20.3', 'cbor@5.2.0', 'compression@1.7.5', 'cookie-session@2.1.0', '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'];
4327+
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'];
43284328
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
43294329
if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); }
43304330
if (ssh == true) { modules.push('ssh2@1.16.0'); }

package-lock.json

Lines changed: 24 additions & 91 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"archiver": "7.0.1",
4242
"body-parser": "1.20.3",
4343
"cbor": "5.2.0",
44-
"compression": "1.7.5",
45-
"cookie-session": "2.1.0",
44+
"compression": "1.8.1",
45+
"cookie-session": "2.1.1",
4646
"express": "4.21.2",
4747
"express-handlebars": "7.1.3",
4848
"express-ws": "5.0.2",
4949
"ipcheck": "0.1.0",
5050
"minimist": "1.2.8",
5151
"multiparty": "4.2.3",
5252
"node-forge": "1.3.1",
53-
"ua-parser-js": "1.0.40",
5453
"ua-client-hints-js": "0.1.2",
54+
"ua-parser-js": "1.0.40",
5555
"ws": "8.18.0",
5656
"yauzl": "2.10.0"
5757
},

0 commit comments

Comments
 (0)