[Node17] use legacy openssl until crypto module is updated

This commit is contained in:
zefie
2021-10-30 04:01:56 -04:00
parent 7c31a68ecf
commit df6b296456
3 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"start": "node --openssl-legacy-provider app.js",
"test": "node test.js"
},
"author": {
@@ -29,7 +29,7 @@
"crypto-js": "^4.1.1",
"easy-crc": "0.0.2",
"endianness": "^8.0.2",
"mime-types": "^2.1.31",
"mime-types": "^2.1.33",
"proxy-agent": "^5.0.0",
"strftime": "^0.10.0"
}