Update MaxCtrl dependencies
Updated various npm dependencies of MaxCtrl. Also updated the testing docker-compose image to use 10.2.
This commit is contained in:
		
							
								
								
									
										1328
									
								
								maxctrl/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1328
									
								
								maxctrl/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -27,8 +27,8 @@ | ||||
|   "devDependencies": { | ||||
|     "chai": "^3.5.0", | ||||
|     "chai-as-promised": "^6.0.0", | ||||
|     "mocha": "^3.3.0", | ||||
|     "nyc": "^11.0.3", | ||||
|     "mocha": "^3.5.3", | ||||
|     "nyc": "^11.9.0", | ||||
|     "strip-ansi": "^4.0.0" | ||||
|   }, | ||||
|   "nyc": { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| version: '2' | ||||
| services: | ||||
|     server1: | ||||
|         image: mariadb:10.1 | ||||
|         image: mariadb:10.2 | ||||
|         network_mode: "host" | ||||
|         environment: | ||||
|             MYSQL_ALLOW_EMPTY_PASSWORD: Y | ||||
| @ -10,7 +10,7 @@ services: | ||||
|         command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3000 --port=3000 --log-slave-updates | ||||
|  | ||||
|     server2: | ||||
|         image: mariadb:10.1 | ||||
|         image: mariadb:10.2 | ||||
|         network_mode: "host" | ||||
|         environment: | ||||
|             MYSQL_ALLOW_EMPTY_PASSWORD: Y | ||||
| @ -19,7 +19,7 @@ services: | ||||
|         command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3001 --port=3001 --log-slave-updates | ||||
|  | ||||
|     server3: | ||||
|         image: mariadb:10.1 | ||||
|         image: mariadb:10.2 | ||||
|         network_mode: "host" | ||||
|         environment: | ||||
|             MYSQL_ALLOW_EMPTY_PASSWORD: Y | ||||
| @ -28,7 +28,7 @@ services: | ||||
|         command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3002 --port=3002 --log-slave-updates | ||||
|  | ||||
|     server4: | ||||
|         image: mariadb:10.1 | ||||
|         image: mariadb:10.2 | ||||
|         network_mode: "host" | ||||
|         environment: | ||||
|             MYSQL_ALLOW_EMPTY_PASSWORD: Y | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Markus Mäkelä
					Markus Mäkelä