mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	v2.7.17: bump deps
This commit is contained in:
		
							parent
							
								
									0dcefa77d8
								
							
						
					
					
						commit
						afac2b01a6
					
				
							
								
								
									
										26
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										26
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "greenlock-express", | 	"name": "greenlock-express", | ||||||
| 	"version": "2.7.16", | 	"version": "2.7.17", | ||||||
| 	"lockfileVersion": 1, | 	"lockfileVersion": 1, | ||||||
| 	"requires": true, | 	"requires": true, | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
| @ -25,11 +25,11 @@ | |||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		"acme": { | 		"acme": { | ||||||
| 			"version": "1.3.2", | 			"version": "1.3.3", | ||||||
| 			"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.2.tgz", | 			"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.3.tgz", | ||||||
| 			"integrity": "sha512-k+3/a21hCGZeg/dMBNIpiwDQwnrQ9Bttvajo2MZBYLaNUeiaqKO1QL/kEweIKlunZqBva4zGbAcHuXaw93GoQA==", | 			"integrity": "sha512-zEE5IFDvWHROhuLCrK8vNWqyQ5tKBT3gQH+uZ8y0slsyPG3ciHgUc4F73+WeRIiLFjLAP4OhXGhLKn503G0U8g==", | ||||||
| 			"requires": { | 			"requires": { | ||||||
| 				"acme-v2": "^1.8.4" | 				"acme-v2": "^1.8.5" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		"acme-dns-01-cli": { | 		"acme-dns-01-cli": { | ||||||
| @ -38,9 +38,9 @@ | |||||||
| 			"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w==" | 			"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w==" | ||||||
| 		}, | 		}, | ||||||
| 		"acme-v2": { | 		"acme-v2": { | ||||||
| 			"version": "1.8.4", | 			"version": "1.8.5", | ||||||
| 			"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz", | 			"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.5.tgz", | ||||||
| 			"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==", | 			"integrity": "sha512-rhuIJTBBT9VwzBe/Ydy05MYRV9alm+qzP7duSoZeRvUS8tBcnlwuVQ0rtPfYdN8JdDR1aXmgp4m+G5Mqp/bdAA==", | ||||||
| 			"requires": { | 			"requires": { | ||||||
| 				"@root/request": "^1.3.11", | 				"@root/request": "^1.3.11", | ||||||
| 				"rsa-compat": "^2.0.8" | 				"rsa-compat": "^2.0.8" | ||||||
| @ -282,13 +282,13 @@ | |||||||
| 			"dev": true | 			"dev": true | ||||||
| 		}, | 		}, | ||||||
| 		"greenlock": { | 		"greenlock": { | ||||||
| 			"version": "2.8.6", | 			"version": "2.8.7", | ||||||
| 			"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.6.tgz", | 			"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.7.tgz", | ||||||
| 			"integrity": "sha512-TBzZdO/SGm+vedrm9ae1HXfYA+Cu5m+qVMURzrhsfOtsbtFEda5LjXG/9EavGpRC519GvkuP5ggwaboPyrF54g==", | 			"integrity": "sha512-Qdzjd3S5izQq8R/qV9ovHZRij8Hml+HlJlB3HvtgbodVjiwBIjeWbeQr8s+7ql79Jg+gFCrBwCBmQoNKcInoEw==", | ||||||
| 			"requires": { | 			"requires": { | ||||||
| 				"acme": "^1.3.2", | 				"acme": "^1.3.3", | ||||||
| 				"acme-dns-01-cli": "^3.0.0", | 				"acme-dns-01-cli": "^3.0.0", | ||||||
| 				"acme-v2": "^1.8.4", | 				"acme-v2": "^1.8.5", | ||||||
| 				"cert-info": "^1.5.1", | 				"cert-info": "^1.5.1", | ||||||
| 				"greenlock-store-fs": "^3.0.2", | 				"greenlock-store-fs": "^3.0.2", | ||||||
| 				"keypairs": "^1.2.14", | 				"keypairs": "^1.2.14", | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "greenlock-express", | 	"name": "greenlock-express", | ||||||
| 	"version": "2.7.16", | 	"version": "2.7.17", | ||||||
| 	"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://greenlock.domains", | 	"homepage": "https://greenlock.domains", | ||||||
| @ -8,7 +8,7 @@ | |||||||
| 		"example": "examples" | 		"example": "examples" | ||||||
| 	}, | 	}, | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
| 		"greenlock": "^2.8.6", | 		"greenlock": "^2.8.7", | ||||||
| 		"redirect-https": "^1.1.5" | 		"redirect-https": "^1.1.5" | ||||||
| 	}, | 	}, | ||||||
| 	"files": [ | 	"files": [ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user