mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	v2.7.2: use correct deps
This commit is contained in:
		
							parent
							
								
									a6f4de6c78
								
							
						
					
					
						commit
						74b3419507
					
				
							
								
								
									
										17
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "greenlock-express", |   "name": "greenlock-express", | ||||||
|   "version": "2.7.0", |   "version": "2.7.1", | ||||||
|   "lockfileVersion": 1, |   "lockfileVersion": 1, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
| @ -240,20 +240,27 @@ | |||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "greenlock": { |     "greenlock": { | ||||||
|       "version": "2.7.4", |       "version": "2.7.5", | ||||||
|       "resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.7.4.tgz", |       "resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.7.5.tgz", | ||||||
|       "integrity": "sha512-IIuLtBn1DcY1U4HFqhga24B7f0A7SG/coIiVxIlC2pcGLYoEPByrFAIdT0QEOH/sKPKQ+5vDW0qZnNaED5doEQ==", |       "integrity": "sha512-25Te+Lem+7zBdpvbvBcdqLULuMIc1pkXgInkhPEAzJ4n4XIazv6Wg/gvJXo6ZCnOgjRpDuuOYOHhaf/bYworWg==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "acme": "^1.3.0", |         "acme": "^1.3.0", | ||||||
|         "acme-v2": "^1.7.4", |         "acme-v2": "^1.7.4", | ||||||
|         "cert-info": "^1.5.1", |         "cert-info": "^1.5.1", | ||||||
|         "keypairs": "^1.2.14", |         "keypairs": "^1.2.14", | ||||||
|         "le-challenge-dns": "^2.3.2", |         "le-challenge-dns": "^3.0.1", | ||||||
|         "le-challenge-fs": "^2.0.2", |         "le-challenge-fs": "^2.0.2", | ||||||
|         "le-sni-auto": "^2.1.8", |         "le-sni-auto": "^2.1.8", | ||||||
|         "le-store-certbot": "^2.2.1", |         "le-store-certbot": "^2.2.1", | ||||||
|         "le-store-fs": "^1.0.0", |         "le-store-fs": "^1.0.0", | ||||||
|         "rsa-compat": "^2.0.6" |         "rsa-compat": "^2.0.6" | ||||||
|  |       }, | ||||||
|  |       "dependencies": { | ||||||
|  |         "le-challenge-dns": { | ||||||
|  |           "version": "3.0.1", | ||||||
|  |           "resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-3.0.1.tgz", | ||||||
|  |           "integrity": "sha512-bYuf/A3gQoRyKoJ/YAmmW8BysSdjutzCKo9r/gx/Vp9Usw7ldIHzjq/sQusBYJZwcMItKkc0/Uy0AWk/B6YfIg==" | ||||||
|  |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "http-errors": { |     "http-errors": { | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "greenlock-express", |   "name": "greenlock-express", | ||||||
|   "version": "2.7.1", |   "version": "2.7.2", | ||||||
|   "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", |   "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js", |   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js", | ||||||
| @ -8,7 +8,7 @@ | |||||||
|     "example": "examples" |     "example": "examples" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "greenlock": "^2.7.4", |     "greenlock": "^2.7.5", | ||||||
|     "le-challenge-dns": "^2.3.2", |     "le-challenge-dns": "^2.3.2", | ||||||
|     "le-challenge-fs": "^2.0.8", |     "le-challenge-fs": "^2.0.8", | ||||||
|     "le-sni-auto": "^2.1.8", |     "le-sni-auto": "^2.1.8", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user