Skip to content

Commit

Permalink
[Reporting] Use fork of Puppeteer (#87415) (#87430)
Browse files Browse the repository at this point in the history
Applies a patch to resolve a known issue where specifying a Chrome
executable is ignored on ARM.

elastic/puppeteer@2ebf748#diff-d09eb6dc12121ed413d2820db7fa8ba1dff9260a2ad2486a6220c861a8e5e673

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley authored Jan 6, 2021
1 parent f0257be commit 100bd91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"proper-lockfile": "^3.2.0",
"proxy-from-env": "1.0.0",
"puid": "1.0.7",
"puppeteer": "^5.5.0",
"puppeteer": "npm:@elastic/[email protected]",
"query-string": "^6.13.2",
"raw-loader": "^3.1.0",
"re2": "^1.15.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22714,10 +22714,10 @@ puppeteer@^2.0.0:
rimraf "^2.6.1"
ws "^6.1.0"

puppeteer@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
"puppeteer@npm:@elastic/[email protected]":
version "5.4.1-patch.1"
resolved "https://registry.yarnpkg.com/@elastic/puppeteer/-/puppeteer-5.4.1-patch.1.tgz#61af43ec7df47d1042c8708c386cfa7af76e08f7"
integrity sha512-I4JbNmQHZkE72TPNdipND8GnsEBnqzuksxPSAT25qvudShuuzdY9TwNBQ65IJwPD/pjlpx7fUIUmFyvTHwlxhQ==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.818844"
Expand Down

0 comments on commit 100bd91

Please sign in to comment.