Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / color / color.services.yml
1 services:
2   color.config_cache_invalidator:
3     class: Drupal\color\EventSubscriber\ColorConfigCacheInvalidator
4     arguments: ['@cache_tags.invalidator']
5     tags:
6       - { name: event_subscriber }