feat(ssl)

This commit is contained in:
Stefan080106
2023-04-18 00:25:06 +02:00
parent 113d7c5dc1
commit f7a7fa7d73
11 changed files with 197 additions and 3 deletions

11
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"joi": "^17.9.1",
"jspdf": "^2.5.1",
"node-telegram-bot-api": "^0.61.0",
@@ -1319,6 +1320,11 @@
"npm": ">=1.3.7"
}
},
"node_modules/https": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz",
"integrity": "sha512-4EC57ddXrkaF0x83Oj8sM6SLQHAWXw90Skqu2M4AEWENZ3F02dFJE/GARA8igO79tcgYqGrD7ae4f5L3um2lgg=="
},
"node_modules/https-proxy-agent": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -3883,6 +3889,11 @@
"sshpk": "^1.7.0"
}
},
"https": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz",
"integrity": "sha512-4EC57ddXrkaF0x83Oj8sM6SLQHAWXw90Skqu2M4AEWENZ3F02dFJE/GARA8igO79tcgYqGrD7ae4f5L3um2lgg=="
},
"https-proxy-agent": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",