This commit is contained in:
AJ ONeal 2019-11-01 14:24:22 -06:00
parent b7c8aba254
commit 222a22a28e
2 changed files with 6 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "3.0.21",
"version": "3.0.24",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -40,9 +40,9 @@
"integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
},
"@root/greenlock": {
"version": "3.0.21",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.21.tgz",
"integrity": "sha512-EG7VYu5TLb8swqwaYUdgFqw0wTn54qU/BbgZsR9wU3v0Um+S6Xpz84UGK9AREnhvq9k6a2mNg7Zdx550+5nf2A==",
"version": "3.0.24",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.24.tgz",
"integrity": "sha512-uJgHIdWEzZ1QeFN+Ydc2vKs91RDlZQTUF2R2WcklayWivXvBnr7QiyLDVtI5VZuJN6y5RQeWXmDQub/On+8wbg==",
"requires": {
"@root/acme": "^3.0.8",
"@root/csr": "^0.8.1",

View File

@ -1,5 +1,5 @@
{
"name": "@root/greenlock",
"name": "greenlock",
"version": "3.0.24",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
@ -37,6 +37,7 @@
"dependencies": {
"@root/acme": "^3.0.8",
"@root/csr": "^0.8.1",
"@root/greenlock": "^3.0.24",
"@root/keypairs": "^0.9.0",
"@root/mkdirp": "^1.0.0",
"@root/request": "^1.3.10",