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
parent 8375f6ef5c
commit 7e08b4c157
1 changed files with 2 additions and 2 deletions

View File

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