v3.0.4: update deps

This commit is contained in:
AJ ONeal 2019-10-29 12:50:43 -06:00
parent 26adaf2037
commit 3f8a54a988
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock-express",
"version": "3.0.2",
"version": "3.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -40,9 +40,9 @@
"integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
},
"@root/greenlock": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.7.tgz",
"integrity": "sha512-FWMAxpGYRoO1LhBNbZONCl5e0Ow93aOOP4VYUX0ldVdjWCRj1P6mGW71S0AJuOIGUnYGUVP7hdfdI4FrCMBg6Q==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.9.tgz",
"integrity": "sha512-/m9cE3d64LiRt3lyqZEvwWyHcrHAESFPXlk98gB4pAFDUiDMZzTdGIDHHhcEsbiReOX3nvldbBC/YLvMZgLSdA==",
"requires": {
"@root/acme": "^3.0.8",
"@root/csr": "^0.8.1",

View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock-express",
"version": "3.0.3",
"version": "3.0.4",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "greenlock-express.js",
"homepage": "https://greenlock.domains",
@ -17,7 +17,7 @@
"example": "examples"
},
"dependencies": {
"@root/greenlock": "^3.0.7",
"@root/greenlock": "^3.0.9",
"redirect-https": "^1.1.5"
},
"trulyOptionalDependencies": {