Updated node-forge.
Ylian Saint-Hilaire committed
Jan 6, 2022 at 15:43 UTC
ffdce80dcba7cf6bdcd67a06056d57844ba4462c
2 files changed
+15
-4
dependencies.txt
+1
-1
@@ -9,6 +9,6 @@
9
"minimist": "^1.2.5",
10
"multiparty": "^4.2.1",
11
"@yetzt/nedb": "^1.8.0",
12
- "node-forge": "^0.10.0",
12
+ "node-forge": "^1.0.0",
13
"ws": "^5.2.3",
14
"yauzl": "^2.10.0"
\ No newline at end of file
package.json
+14
-3
@@ -36,6 +36,8 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
+ "@yetzt/nedb": "^1.8.0",
40
+ "archiver": "^4.0.2",
41
"body-parser": "^1.19.0",
42
"cbor": "~5.2.0",
43
"compression": "^1.7.4",
@@ -43,13 +45,22 @@
45
"express": "^4.17.0",
46
"express-handlebars": "^3.1.0",
47
"express-ws": "^4.0.0",
48
+ "image-size": "^1.0.0",
49
"ipcheck": "^0.1.0",
50
+ "loadavg-windows": "^1.1.1",
51
"minimist": "^1.2.5",
52
"multiparty": "^4.2.1",
49
- "@yetzt/nedb": "^1.8.0",
50
- "node-forge": "^0.10.0",
53
+ "node-forge": "^1.0.0",
54
+ "node-rdpjs-2": "^0.3.5",
55
+ "node-windows": "^0.1.4",
56
+ "otplib": "^10.2.3",
57
+ "pg": "^8.7.1",
58
+ "pgtools": "^0.3.2",
59
+ "ssh2": "^1.5.0",
60
+ "web-push": "^3.4.5",
61
"ws": "^5.2.3",
52
- "yauzl": "^2.10.0"
62
+ "yauzl": "^2.10.0",
63
+ "yubikeyotp": "^0.2.0"
64
},
65
"engines": {
66
"node": ">=10.0.0"