[CEM-23677] Upgrade PhantomJS to 1.9.20 with Minor Customization

    + the phantomJS@1.9.18 doesn't pin down tough-cookie along the dependency chain and causes breakage with tough-cookie@4
    + phantomJS@1.9.20 fixes the version pinning issue. However, latest version 4.2.8 of another indirect dependency, graceful-fs, doesn't work with nodeJS@0.10.48. Thus, the original phantomJS package has to be customized to lock down a compatible version (4.2.6) of graceful-fs.
    + This custom package needs to be replaced with the original one from public registry once the mentioned graceful-fs issue is fixed. The issue is currently tracked by https://github.com/isaacs/node-graceful-fs/issues/218

closes-jira-bug: CEM-23677

Signed-off-by: jismariag <jismariag@juniper.net>
Change-Id: I8ae6fc2260fb49e93725f242a0f5b170ac716886
diff --git a/contrail-webui/common/phantomjs-1.9.20.tgz b/contrail-webui/common/phantomjs-1.9.20.tgz
new file mode 100644
index 0000000..f0e50cd
--- /dev/null
+++ b/contrail-webui/common/phantomjs-1.9.20.tgz
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+<meta charset="utf-8">
+<meta name="description" content="Gerrit Code Review">
+<meta name="referrer" content="never">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
+<noscript>To use PolyGerrit, please enable JavaScript in your browser settings, and then refresh this page.</noscript><script>window.CLOSURE_NO_DEPS = true;</script>
+<link rel="icon" type="image/x-icon" href="/favicon.ico">
+<link rel="preload" href="/fonts/RobotoMono-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="/fonts/RobotoMono-Regular.woff" as="font" type="font/woff" crossorigin="anonymous">
+<link rel="preload" href="/fonts/Roboto-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="/fonts/Roboto-Regular.woff" as="font" type="font/woff" crossorigin="anonymous">
+<link rel="preload" href="/fonts/Roboto-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="/fonts/Roboto-Medium.woff" as="font" type="font/woff" crossorigin="anonymous">
+<link rel="stylesheet" href="/styles/fonts.css">
+<link rel="stylesheet" href="/styles/main.css">
+<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
+<link rel="preload" href="/elements/gr-app.js" as="script" crossorigin="anonymous">
+<link rel="import" href="/elements/gr-app.html">
+<body unresolved>
+<gr-app id="app"></gr-app>