From c8fab42d75e5efc8f1582a3536f849c9d95d7372 Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Wed, 6 Mar 2019 16:53:45 +0100 Subject: [PATCH] Downgrades puppeteer to `~1.11.0` This downgrades puppeteer to version `~1.11.0`. This will download the stable version of chromium (72.0.3582.0). The current puppeteer version (`^1.12.2`) downloads the beta version of chromium (73.0.3679.0). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba99dd97f1..34091d6574 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "pixelmatch": "^4.0.2", "pngjs": "^3.3.3", "proj4": "2.5.0", - "puppeteer": "^1.12.2", + "puppeteer": "~1.11.0", "serve-static": "^1.13.2", "shx": "^0.3.2", "sinon": "^7.2.3",