[lottie-web-perf] Use latest lottie-web version and use install location

NoTry: true
Bug: skia:9187
Change-Id: Id0a35b77e41c2b8ef8f3b0b61558c9d96db1c09a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/222177
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/tools/lottie-web-perf/lottie-web-perf.js b/tools/lottie-web-perf/lottie-web-perf.js
index 539db14..ecf22e5 100644
--- a/tools/lottie-web-perf/lottie-web-perf.js
+++ b/tools/lottie-web-perf/lottie-web-perf.js
@@ -59,6 +59,9 @@
 if (!options.port) {
   options.port = 8081;
 }
+if (!options.lottie_player) {
+  options.lottie_player = 'node_modules/lottie-web/build/player/lottie.min.js';
+}
 
 if (options.help) {
   console.log(commandLineUsage(usage));
diff --git a/tools/lottie-web-perf/package.json b/tools/lottie-web-perf/package.json
index b1d575a..5a4aaaf 100644
--- a/tools/lottie-web-perf/package.json
+++ b/tools/lottie-web-perf/package.json
@@ -3,7 +3,7 @@
     "command-line-args": "^5.0.2",
     "command-line-usage": "^5.0.3",
     "express": "^4.16.3",
-    "lottie-web": "5.2.1",
+    "lottie-web": "5.5.5",
     "node-fetch": "^2.2.0",
     "puppeteer": "~1.17.0"
   }