This commit is contained in:
AJ ONeal 2019-11-01 17:17:19 -06:00
parent bfeb5f29f8
commit d3eee4308d
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "3.0.26",
"version": "3.0.27",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -40,9 +40,9 @@
"integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
},
"@root/greenlock": {
"version": "3.0.26",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.26.tgz",
"integrity": "sha512-tsKmAZKldsbCPw1N27+5QfMT7m4WnJxhCthulI6nJCHVgCJnIuXvZnEsIWZCx4BMur44yHccwoSw/FF8S3FNCw==",
"version": "3.0.27",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.27.tgz",
"integrity": "sha512-M8qVeGa6WkL+6MK5zm1XRhP9n1fwuUlea/LS8PH3DWxf99s+77nIiK3AFPjFYNrRzKyPsWHICRLKLdK7o+F7gA==",
"requires": {
"@root/acme": "^3.0.8",
"@root/csr": "^0.8.1",

View File

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