updated dependencies to fix mongodb not working (#15)
This commit is contained in:
		
							parent
							
								
									1a4be7f98a
								
							
						
					
					
						commit
						bc38f78803
					
				
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							@ -7,15 +7,15 @@
 | 
				
			|||||||
		"start": "node server.js"
 | 
							"start": "node server.js"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"dependencies": {
 | 
						"dependencies": {
 | 
				
			||||||
		"express": "^4.14.0",
 | 
							"express": "^4.16.4",
 | 
				
			||||||
		"mongoose": "^4.7.2",
 | 
							"mongoose": "^5.7.7",
 | 
				
			||||||
		"mongodb": "^2.2.14",
 | 
							"mongodb": "^3.3.2",
 | 
				
			||||||
		"body-parser": "^1.15.2",
 | 
							"body-parser": "^1.19.0",
 | 
				
			||||||
		"cors": "^2.8.1",
 | 
							"cors": "^2.8.5",
 | 
				
			||||||
		"shortid": "^2.2.6"
 | 
							"shortid": "^2.2.15"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"engines": {
 | 
						"engines": {
 | 
				
			||||||
		"node": "6.9.1"
 | 
							"node": "12.0.0"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"repository": {
 | 
						"repository": {
 | 
				
			||||||
		"url": "https://gomix.com/#!/project/welcome-project"
 | 
							"url": "https://gomix.com/#!/project/welcome-project"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user