v2.7.5: update deps to fix log messages
This commit is contained in:
parent
f6cc67ff53
commit
b71311b1bc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-express",
|
||||
"version": "2.7.4",
|
||||
"version": "2.7.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -240,27 +240,20 @@
|
|||
"dev": true
|
||||
},
|
||||
"greenlock": {
|
||||
"version": "2.7.5",
|
||||
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.7.5.tgz",
|
||||
"integrity": "sha512-25Te+Lem+7zBdpvbvBcdqLULuMIc1pkXgInkhPEAzJ4n4XIazv6Wg/gvJXo6ZCnOgjRpDuuOYOHhaf/bYworWg==",
|
||||
"version": "2.7.6",
|
||||
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.7.6.tgz",
|
||||
"integrity": "sha512-ikdWbyG3W04H44OSYB2AIZPwh7b8pOnIg/8Yz1XG9nkLieGaaMVM3iW+FqSNZ/70wPX3QICWuTARJzpoFzndgA==",
|
||||
"requires": {
|
||||
"acme": "^1.3.0",
|
||||
"acme-v2": "^1.7.4",
|
||||
"cert-info": "^1.5.1",
|
||||
"keypairs": "^1.2.14",
|
||||
"le-challenge-dns": "^3.0.1",
|
||||
"le-challenge-dns": "^3.0.2",
|
||||
"le-challenge-fs": "^2.0.2",
|
||||
"le-sni-auto": "^2.1.8",
|
||||
"le-store-certbot": "^2.2.1",
|
||||
"le-store-fs": "^1.0.0",
|
||||
"le-store-fs": "^1.0.1",
|
||||
"rsa-compat": "^2.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"le-challenge-dns": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-3.0.1.tgz",
|
||||
"integrity": "sha512-bYuf/A3gQoRyKoJ/YAmmW8BysSdjutzCKo9r/gx/Vp9Usw7ldIHzjq/sQusBYJZwcMItKkc0/Uy0AWk/B6YfIg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"http-errors": {
|
||||
|
@ -306,9 +299,9 @@
|
|||
}
|
||||
},
|
||||
"le-challenge-dns": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-2.3.2.tgz",
|
||||
"integrity": "sha512-3BcmK+gELGpt1heyXRcIOciaUnuN7Yh0aFIBsAof1Lqm9LnQ4CnWRjYXtOsAtXlmhDhtNMs+AytGj6fwYBTr1A=="
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-3.0.2.tgz",
|
||||
"integrity": "sha512-cmg26G2VdcRL9Ja8JegsES3B2jBTZ/LkkaqzrUAMRl2UQQiS/+kursn3J761ht58/sXOpYVp5V6rQwIXSknDbg=="
|
||||
},
|
||||
"le-challenge-fs": {
|
||||
"version": "2.0.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-express",
|
||||
"version": "2.7.4",
|
||||
"version": "2.7.5",
|
||||
"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://git.coolaj86.com/coolaj86/greenlock-express.js",
|
||||
|
@ -8,12 +8,7 @@
|
|||
"example": "examples"
|
||||
},
|
||||
"dependencies": {
|
||||
"greenlock": "^2.7.5",
|
||||
"le-challenge-dns": "^2.3.2",
|
||||
"le-challenge-fs": "^2.0.8",
|
||||
"le-sni-auto": "^2.1.8",
|
||||
"le-store-certbot": "^2.1.0",
|
||||
"le-store-fs": "^1.0.1",
|
||||
"greenlock": "^2.7.6",
|
||||
"redirect-https": "^1.1.5"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue