Fixed dependencies.

Ylian Saint-Hilaire committed Oct 9, 2023 at 04:15 UTC 7c4312f0c6e72c402686b4d498e3e061758b2ffb
2 files changed +32 -32
dependencies.txt
+16 -16
@@ -1,16 +1,16 @@
1 - "archiver": "^5.3.1",
2 - "body-parser": "^1.19.0",
3 - "cbor": "~5.2.0",
4 - "compression": "^1.7.4",
5 - "cookie-session": "^2.0.0",
6 - "express": "^4.17.0",
7 - "express-handlebars": "^5.3.5",
8 - "express-ws": "^4.0.0",
9 - "ipcheck": "^0.1.0",
10 - "minimist": "^1.2.5",
11 - "multiparty": "^4.2.1",
12 - "@yetzt/nedb": "^1.8.0",
13 - "node-forge": "^1.0.0",
14 - "ua-parser-js": "^1.0.35",
15 - "ws": "^5.2.3",
16 - "yauzl": "^2.10.0"
\ No newline at end of file
1 + "archiver": "5.3.2",
2 + "body-parser": "1.20.2",
3 + "cbor": "5.2.0",
4 + "compression": "1.7.4",
5 + "cookie-session": "2.0.0",
6 + "express": "4.18.2",
7 + "express-handlebars": "5.3.5",
8 + "express-ws": "5.0.2",
9 + "ipcheck": "0.1.0",
10 + "minimist": "1.2.8",
11 + "multiparty": "4.2.3",
12 + "@yetzt/nedb": "1.8.0",
13 + "node-forge": "1.3.1",
14 + "ua-parser-js": "1.0.36",
15 + "ws": "8.14.2",
16 + "yauzl": "2.10.0"
\ No newline at end of file
package.json
+16 -16
@@ -37,22 +37,22 @@
37 "sample-config-advanced.json"
38 ],
39 "dependencies": {
40 - "archiver": "^5.3.1",
41 - "body-parser": "^1.19.0",
42 - "cbor": "~5.2.0",
43 - "compression": "^1.7.4",
44 - "cookie-session": "^2.0.0",
45 - "express": "^4.17.0",
46 - "express-handlebars": "^5.3.5",
47 - "express-ws": "^4.0.0",
48 - "ipcheck": "^0.1.0",
49 - "minimist": "^1.2.5",
50 - "multiparty": "^4.2.1",
51 - "@yetzt/nedb": "^1.8.0",
52 - "node-forge": "^1.0.0",
53 - "ua-parser-js": "^1.0.35",
54 - "ws": "^5.2.3",
55 - "yauzl": "^2.10.0"
40 + "archiver": "5.3.2",
41 + "body-parser": "1.20.2",
42 + "cbor": "5.2.0",
43 + "compression": "1.7.4",
44 + "cookie-session": "2.0.0",
45 + "express": "4.18.2",
46 + "express-handlebars": "5.3.5",
47 + "express-ws": "5.0.2",
48 + "ipcheck": "0.1.0",
49 + "minimist": "1.2.8",
50 + "multiparty": "4.2.3",
51 + "@yetzt/nedb": "1.8.0",
52 + "node-forge": "1.3.1",
53 + "ua-parser-js": "1.0.36",
54 + "ws": "8.14.2",
55 + "yauzl": "2.10.0"
56 },
57 "engines": {
58 "node": ">=10.0.0"