diff --git a/ui/ui-frontend/package.json b/ui/ui-frontend/package.json
index 1ffc52ecfb6e0780ab24ca41b1aaabbde5b22230..a707012192f29c4ab22cbeb9be3f23ef936c0e2e 100644
--- a/ui/ui-frontend/package.json
+++ b/ui/ui-frontend/package.json
@@ -114,7 +114,8 @@
     "utf-8-validate": "^5.0.2",
     "uuid": "^7.0.2",
     "web-animations-js": "^2.3.2",
-    "zone.js": "~0.10.3"
+    "zone.js": "~0.10.3",
+    "colors": "1.4.0"
   },
   "devDependencies": {
     "@angular-builders/custom-webpack": "^8.4.1",
@@ -154,5 +155,8 @@
     "tslint": "~5.11.0",
     "typescript": "~4.0.5",
     "webpack-bundle-analyzer": "^3.8.0"
+  },
+  "overrides": {
+    "colors": "1.4.0"
   }
-}
\ No newline at end of file
+}