v2.7.16: add EoL notice

This commit is contained in:
AJ ONeal 2019-09-04 00:15:02 -06:00
parent c9e62ccb05
commit 0dcefa77d8
3 ha cambiato i file con 26 aggiunte e 16 eliminazioni

Vedi File

@ -1,3 +1,13 @@
# Do you rely on Greenlock.js?
Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019.
**WITHOUT YOUR HELP** we won't get the next release out in time.
If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life,
or you just love it, please reach out to return the favor today:
[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock>
![Greenlock Logo](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png "Greenlock Logo")
!["Greenlock Function"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/from-not-secure-to-secure-url-bar.png "from url bar showing not secure to url bar showing secure")

26
package-lock.json generato
Vedi File

@ -1,6 +1,6 @@
{
"name": "greenlock-express",
"version": "2.7.14",
"version": "2.7.16",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -25,11 +25,11 @@
}
},
"acme": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.1.tgz",
"integrity": "sha512-dnNbHWOfl6FX8NhsmrIh5EdkiENr4exJ0n3HWm56Irmp1DMTM6oAXULoUCsNNyYganJSAvThz7VtMgRqgBSDiA==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.2.tgz",
"integrity": "sha512-k+3/a21hCGZeg/dMBNIpiwDQwnrQ9Bttvajo2MZBYLaNUeiaqKO1QL/kEweIKlunZqBva4zGbAcHuXaw93GoQA==",
"requires": {
"acme-v2": "^1.8.2"
"acme-v2": "^1.8.4"
}
},
"acme-dns-01-cli": {
@ -38,9 +38,9 @@
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
},
"acme-v2": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.2.tgz",
"integrity": "sha512-uYGA+DuTnA44EsGXE413XnbTotGHCzkucXjMk23QRwGnaGlnr0lNBoYjByyeIVLSzj0W6Y9FqA9h+15+H+ltMw==",
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz",
"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==",
"requires": {
"@root/request": "^1.3.11",
"rsa-compat": "^2.0.8"
@ -282,13 +282,13 @@
"dev": true
},
"greenlock": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.4.tgz",
"integrity": "sha512-xZunYcPQeBdFyfNnNJZaw0o6WstRCssBICMtaiJsgfXanAMkp8hIQeSBzxxhG+PSdIJLv7HSqeYCEhPmWx+E7g==",
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.6.tgz",
"integrity": "sha512-TBzZdO/SGm+vedrm9ae1HXfYA+Cu5m+qVMURzrhsfOtsbtFEda5LjXG/9EavGpRC519GvkuP5ggwaboPyrF54g==",
"requires": {
"acme": "^1.3.1",
"acme": "^1.3.2",
"acme-dns-01-cli": "^3.0.0",
"acme-v2": "^1.8.2",
"acme-v2": "^1.8.4",
"cert-info": "^1.5.1",
"greenlock-store-fs": "^3.0.2",
"keypairs": "^1.2.14",

Vedi File

@ -1,6 +1,6 @@
{
"name": "greenlock-express",
"version": "2.7.15",
"version": "2.7.16",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "index.js",
"homepage": "https://greenlock.domains",
@ -8,7 +8,7 @@
"example": "examples"
},
"dependencies": {
"greenlock": "^2.8.4",
"greenlock": "^2.8.6",
"redirect-https": "^1.1.5"
},
"files": [
@ -44,7 +44,7 @@
"https",
"tls"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"author": "AJ ONeal <coolaj86@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.rootprojects.org/root/greenlock-express.js/issues"