mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Applies a patch to resolve a known issue where specifying a Chrome
executable is ignored on ARM.
2ebf7489d4 (diff-d09eb6dc12121ed413d2820db7fa8ba1dff9260a2ad2486a6220c861a8e5e673)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f0257be70d
commit
100bd91330
2 changed files with 5 additions and 5 deletions
|
@ -261,7 +261,7 @@
|
||||||
"proper-lockfile": "^3.2.0",
|
"proper-lockfile": "^3.2.0",
|
||||||
"proxy-from-env": "1.0.0",
|
"proxy-from-env": "1.0.0",
|
||||||
"puid": "1.0.7",
|
"puid": "1.0.7",
|
||||||
"puppeteer": "^5.5.0",
|
"puppeteer": "npm:@elastic/puppeteer@5.4.1-patch.1",
|
||||||
"query-string": "^6.13.2",
|
"query-string": "^6.13.2",
|
||||||
"raw-loader": "^3.1.0",
|
"raw-loader": "^3.1.0",
|
||||||
"re2": "^1.15.4",
|
"re2": "^1.15.4",
|
||||||
|
|
|
@ -22714,10 +22714,10 @@ puppeteer@^2.0.0:
|
||||||
rimraf "^2.6.1"
|
rimraf "^2.6.1"
|
||||||
ws "^6.1.0"
|
ws "^6.1.0"
|
||||||
|
|
||||||
puppeteer@^5.5.0:
|
"puppeteer@npm:@elastic/puppeteer@5.4.1-patch.1":
|
||||||
version "5.5.0"
|
version "5.4.1-patch.1"
|
||||||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
|
resolved "https://registry.yarnpkg.com/@elastic/puppeteer/-/puppeteer-5.4.1-patch.1.tgz#61af43ec7df47d1042c8708c386cfa7af76e08f7"
|
||||||
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
|
integrity sha512-I4JbNmQHZkE72TPNdipND8GnsEBnqzuksxPSAT25qvudShuuzdY9TwNBQ65IJwPD/pjlpx7fUIUmFyvTHwlxhQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
devtools-protocol "0.0.818844"
|
devtools-protocol "0.0.818844"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue