Browse Source

v4.0.2: update deps

next
AJ ONeal 4 years ago
parent
commit
cf93c77bd5
  1. 16
      package-lock.json
  2. 4
      package.json

16
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock-express",
"version": "4.0.1",
"version": "4.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -13,9 +13,9 @@
}
},
"@root/acme": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.0.8.tgz",
"integrity": "sha512-VmBvLvWdCDkolkanI9Dzm1ouSWPaAa2eCCwcDZcVQbWoNiUIOqbbd57fcMA/gZxLyuJPStD2WXFuEuSMPDxcww==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.0.9.tgz",
"integrity": "sha512-/FgJF6RUrkqNpLmxqjktHaWMsLOwma6D+e4EBoxKtTjTAI+dBqW8Z8cH38feUsiIBR5LimPeYmBo/oqU3oMkKQ==",
"requires": {
"@root/encoding": "^1.0.1",
"@root/keypairs": "^0.9.0",
@ -48,12 +48,12 @@
"integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
},
"@root/greenlock": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-4.0.2.tgz",
"integrity": "sha512-vurGBFlullzHM3STzQq00jWGCwvCYhpzusZZU69/80o4GPHB9OnUuxe/JlcokRZcCq+HqiVUeUJIBzPG086VWA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-4.0.3.tgz",
"integrity": "sha512-ocXz91v9LW3Y1OnEpZ3ExfW07CfxtdYfetsYaSXihMWWWOvy+tqWdn2lPIpEYrW9KoCmGj+ooqp44K0d+ZtsAg==",
"requires": {
"@greenlock/manager": "^3.1.0",
"@root/acme": "^3.0.8",
"@root/acme": "^3.0.9",
"@root/csr": "^0.8.1",
"@root/keypairs": "^0.9.0",
"@root/mkdirp": "^1.0.0",

4
package.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock-express",
"version": "4.0.1",
"version": "4.0.2",
"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": "^4.0.2",
"@root/greenlock": "^4.0.3",
"redirect-https": "^1.1.5"
},
"trulyOptionalDependencies": {

Loading…
Cancel
Save