use koa-sslify

This commit is contained in:
2019-12-22 20:53:38 +03:00
parent 7a68132346
commit 1aa1768c93
4 changed files with 29 additions and 1 deletions

14
package-lock.json generated
View File

@@ -264,6 +264,15 @@
"@types/koa": "*"
}
},
"@types/koa-sslify": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/koa-sslify/-/koa-sslify-4.0.1.tgz",
"integrity": "sha512-RS0RIQuHp4G7ZR2kMHDw3Lnr0yRB4em50TwFm/tOSCPFaDwyKeU26F6tEULOrkS+J7zYZSB3h2pDTPaNhTEK0w==",
"dev": true,
"requires": {
"@types/koa": "*"
}
},
"@types/koa-static": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/koa-static/-/koa-static-4.0.1.tgz",
@@ -2713,6 +2722,11 @@
"resolve-path": "^1.4.0"
}
},
"koa-sslify": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/koa-sslify/-/koa-sslify-4.0.3.tgz",
"integrity": "sha512-5RwsRc+Zkawoq9ev5pNAPP8r+wj4Eqo3b7IfSXrpYISBDNo0fwrMcYMioR+B00piV9NpXqPZA4gh36SpIeZSvw=="
},
"koa-static": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/koa-static/-/koa-static-5.0.0.tgz",