From 32f296a3f449e375bbbc1d72bfb2009ae960d492 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 29 Jun 2020 13:29:47 +0200
Subject: [PATCH] Revert puppeteer update

our CI can't handle it
---
 packages/auth/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/auth/package.json b/packages/auth/package.json
index 66e4ef6c..a714231d 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -21,7 +21,7 @@
     "karma-mocha": "^2.0.1",
     "mocha": "^8.0.1",
     "node-sass": "^4.14.1",
-    "puppeteer": "^4.0.1",
+    "puppeteer": "^2.1.1",
     "rollup": "^2.18.1",
     "rollup-plugin-consts": "^1.0.2",
     "rollup-plugin-copy": "^3.3.0",
-- 
GitLab