v2.8.7: bump deps

This commit is contained in:
AJ ONeal 2019-09-07 02:34:18 -06:00
parent 977de24648
commit 929429f1ef
2 changed files with 11 additions and 11 deletions

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.6",
"version": "2.8.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -15,11 +15,11 @@
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
},
"acme": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.2.tgz",
"integrity": "sha512-k+3/a21hCGZeg/dMBNIpiwDQwnrQ9Bttvajo2MZBYLaNUeiaqKO1QL/kEweIKlunZqBva4zGbAcHuXaw93GoQA==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.3.tgz",
"integrity": "sha512-zEE5IFDvWHROhuLCrK8vNWqyQ5tKBT3gQH+uZ8y0slsyPG3ciHgUc4F73+WeRIiLFjLAP4OhXGhLKn503G0U8g==",
"requires": {
"acme-v2": "^1.8.4"
"acme-v2": "^1.8.5"
}
},
"acme-dns-01-cli": {
@ -28,9 +28,9 @@
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
},
"acme-v2": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz",
"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==",
"version": "1.8.5",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.5.tgz",
"integrity": "sha512-rhuIJTBBT9VwzBe/Ydy05MYRV9alm+qzP7duSoZeRvUS8tBcnlwuVQ0rtPfYdN8JdDR1aXmgp4m+G5Mqp/bdAA==",
"requires": {
"@root/request": "^1.3.11",
"rsa-compat": "^2.0.8"

View File

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.6",
"version": "2.8.7",
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
"homepage": "https://greenlock.domains/",
"main": "index.js",
@ -35,9 +35,9 @@
"le-acme-core": "^2.1.3"
},
"dependencies": {
"acme": "^1.3.2",
"acme": "^1.3.3",
"acme-dns-01-cli": "^3.0.0",
"acme-v2": "^1.8.4",
"acme-v2": "^1.8.5",
"cert-info": "^1.5.1",
"greenlock-store-fs": "^3.0.2",
"keypairs": "^1.2.14",