v2.6.1: update to acme-v2 with better challenges

This commit is contained in:
AJ ONeal 2018-12-22 05:53:56 -07:00
vecāks 8375f6ef5c
revīzija 7e08b4c157
1 mainīti faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.6.0",
"version": "2.6.1",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"files": [
@ -39,7 +39,7 @@
},
"dependencies": {
"acme": "^1.2.0",
"acme-v2": "^1.3.1",
"acme-v2": "^1.5.0",
"cert-info": "^1.5.0",
"le-challenge-fs": "^2.0.2",
"le-sni-auto": "^2.1.3",