[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: I4a70b60954a35d2e2f9a32d1d7023482c0bba4b9
diff --git a/contrail-webui/common/phantomjs-1.9.20.tgz b/contrail-webui/common/phantomjs-1.9.20.tgz
index f0e50cd..a73ca95 100644
--- a/contrail-webui/common/phantomjs-1.9.20.tgz
+++ b/contrail-webui/common/phantomjs-1.9.20.tgz
Binary files differ