-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|