v3.0.5: update deps
This commit is contained in:
parent
3f8a54a988
commit
df1259cd9d
|
@ -40,9 +40,9 @@
|
|||
"integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
|
||||
},
|
||||
"@root/greenlock": {
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.9.tgz",
|
||||
"integrity": "sha512-/m9cE3d64LiRt3lyqZEvwWyHcrHAESFPXlk98gB4pAFDUiDMZzTdGIDHHhcEsbiReOX3nvldbBC/YLvMZgLSdA==",
|
||||
"version": "3.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.10.tgz",
|
||||
"integrity": "sha512-BgM2HlYmcpbri5bBVfVtxLNAast8CVhmUOX3wlMpVx1ZpAIVek/FsL5x0h0eCTujhVIS+Xu3hD6bsvd4JAiX2Q==",
|
||||
"requires": {
|
||||
"@root/acme": "^3.0.8",
|
||||
"@root/csr": "^0.8.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@root/greenlock-express",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"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.9",
|
||||
"@root/greenlock": "^3.0.10",
|
||||
"redirect-https": "^1.1.5"
|
||||
},
|
||||
"trulyOptionalDependencies": {
|
||||
|
|
Loading…
Reference in New Issue