v2.8.5: update deps
This commit is contained in:
parent
6650defebb
commit
9f0dd2e64b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "greenlock",
|
"name": "greenlock",
|
||||||
"version": "2.8.4",
|
"version": "2.8.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
|
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
|
||||||
},
|
},
|
||||||
"acme": {
|
"acme": {
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.2.tgz",
|
||||||
"integrity": "sha512-dnNbHWOfl6FX8NhsmrIh5EdkiENr4exJ0n3HWm56Irmp1DMTM6oAXULoUCsNNyYganJSAvThz7VtMgRqgBSDiA==",
|
"integrity": "sha512-k+3/a21hCGZeg/dMBNIpiwDQwnrQ9Bttvajo2MZBYLaNUeiaqKO1QL/kEweIKlunZqBva4zGbAcHuXaw93GoQA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"acme-v2": "^1.8.2"
|
"acme-v2": "^1.8.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"acme-dns-01-cli": {
|
"acme-dns-01-cli": {
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
|
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
|
||||||
},
|
},
|
||||||
"acme-v2": {
|
"acme-v2": {
|
||||||
"version": "1.8.2",
|
"version": "1.8.4",
|
||||||
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.2.tgz",
|
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz",
|
||||||
"integrity": "sha512-uYGA+DuTnA44EsGXE413XnbTotGHCzkucXjMk23QRwGnaGlnr0lNBoYjByyeIVLSzj0W6Y9FqA9h+15+H+ltMw==",
|
"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@root/request": "^1.3.11",
|
"@root/request": "^1.3.11",
|
||||||
"rsa-compat": "^2.0.8"
|
"rsa-compat": "^2.0.8"
|
||||||
|
|
10
package.json
10
package.json
|
@ -1,15 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "greenlock",
|
"name": "greenlock",
|
||||||
"version": "2.8.4",
|
"version": "2.8.5",
|
||||||
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
|
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
|
||||||
"homepage": "https://greenlock.domains/",
|
"homepage": "https://greenlock.domains/",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib"
|
||||||
"scripts"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node scripts/postinstall",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -37,9 +35,9 @@
|
||||||
"le-acme-core": "^2.1.3"
|
"le-acme-core": "^2.1.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acme": "^1.3.1",
|
"acme": "^1.3.2",
|
||||||
"acme-dns-01-cli": "^3.0.0",
|
"acme-dns-01-cli": "^3.0.0",
|
||||||
"acme-v2": "^1.8.2",
|
"acme-v2": "^1.8.4",
|
||||||
"cert-info": "^1.5.1",
|
"cert-info": "^1.5.1",
|
||||||
"greenlock-store-fs": "^3.0.2",
|
"greenlock-store-fs": "^3.0.2",
|
||||||
"keypairs": "^1.2.14",
|
"keypairs": "^1.2.14",
|
||||||
|
|
|
@ -1,79 +0,0 @@
|
||||||
#!/usr/bin/env node
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// BG WH \u001b[47m
|
|
||||||
// BOLD \u001b[1m
|
|
||||||
// RED \u001b[31m
|
|
||||||
// GREEN \u001b[32m
|
|
||||||
// RESET \u001b[0m
|
|
||||||
|
|
||||||
var grabbers = [
|
|
||||||
[
|
|
||||||
'',
|
|
||||||
'================================================================================',
|
|
||||||
'',
|
|
||||||
' 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥',
|
|
||||||
'🔥 🔥',
|
|
||||||
'🔥 Do you rely on Greenlock? 🔥',
|
|
||||||
'🔥 🔥',
|
|
||||||
' 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥'
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
|
||||||
'',
|
|
||||||
'================================================================================',
|
|
||||||
'',
|
|
||||||
' 🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒',
|
|
||||||
'🍒 🍒',
|
|
||||||
'🍒 Do you rely on Greenlock? 🍒',
|
|
||||||
'🍒 🍒',
|
|
||||||
' 🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒🍒'
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
|
||||||
'',
|
|
||||||
'================================================================================',
|
|
||||||
'',
|
|
||||||
' 👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇',
|
|
||||||
'👉 👈',
|
|
||||||
'👉 Do you rely on Greenlock? 👈',
|
|
||||||
'👉 👈',
|
|
||||||
' 👆👆👆👆👆👆👆👆👆👆👆👆👆👆👆 '
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
|
||||||
'',
|
|
||||||
'================================================================================',
|
|
||||||
'',
|
|
||||||
' 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 ',
|
|
||||||
'👀 👀',
|
|
||||||
'👀 Do you rely on Greenlock? 👀',
|
|
||||||
'👀 👀',
|
|
||||||
' 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 👀 '
|
|
||||||
]
|
|
||||||
];
|
|
||||||
|
|
||||||
setTimeout(function() {
|
|
||||||
grabbers[Math.floor(Math.random() * grabbers.length)]
|
|
||||||
.concat([
|
|
||||||
'',
|
|
||||||
"Hey! Let's Encrypt will \u001b[31mSTOP WORKING\u001b[0m with Greenlock v2 at the end of October,",
|
|
||||||
"and \u001b[31mWITHOUT YOUR HELP\u001b[0m we won't get the next release out in time.",
|
|
||||||
'',
|
|
||||||
'If Greenlock 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:',
|
|
||||||
'',
|
|
||||||
'\u001b[31mSAVE GREENLOCK:\u001b[0m',
|
|
||||||
'https://indiegogo.com/at/greenlock',
|
|
||||||
'',
|
|
||||||
'================================================================================',
|
|
||||||
''
|
|
||||||
])
|
|
||||||
.forEach(function(line) {
|
|
||||||
console.info(line);
|
|
||||||
});
|
|
||||||
}, 300);
|
|
||||||
|
|
||||||
setTimeout(function() {
|
|
||||||
// give time to read
|
|
||||||
}, 1500);
|
|
Loading…
Reference in New Issue