mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update chromedriver v111 (#18120)
* update chromedriver to v111 * update chrome binary used in CI
This commit is contained in:
parent
a69cb0284d
commit
29674537e8
@ -5,12 +5,12 @@ set -u
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
|
# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
|
||||||
CHROME_VERSION='110.0.5481.77-1'
|
CHROME_VERSION='111.0.5563.64-1'
|
||||||
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
|
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
|
||||||
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}"
|
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}"
|
||||||
|
|
||||||
# To retrieve this checksum, run the `wget` and `shasum` commands below
|
# To retrieve this checksum, run the `wget` and `shasum` commands below
|
||||||
CHROME_BINARY_SHA512SUM='e2b76501ca6fa0a5519b8fa1e3f366c88e587c397e4f559a439e6c2d5f19c37ea69313f06eaa94f1da54b7ed7a3f795883603c7c75439a2f6baf87b02a4f250f'
|
CHROME_BINARY_SHA512SUM='bbfd436c17d6f0554b91211ecf1324aeeac012f1d000d610f93956dbfb8387c0adb56f921c5b7bcc1833c49ab2abbd3bbc250001f650b3ca4f79cebe708c29ae'
|
||||||
|
|
||||||
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"
|
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"
|
||||||
|
|
||||||
|
@ -430,7 +430,7 @@
|
|||||||
"browserify": "^16.5.1",
|
"browserify": "^16.5.1",
|
||||||
"chalk": "^3.0.0",
|
"chalk": "^3.0.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"chromedriver": "^110.0.0",
|
"chromedriver": "^111.0.0",
|
||||||
"concurrently": "^7.6.0",
|
"concurrently": "^7.6.0",
|
||||||
"copy-webpack-plugin": "^6.0.3",
|
"copy-webpack-plugin": "^6.0.3",
|
||||||
"cross-spawn": "^7.0.3",
|
"cross-spawn": "^7.0.3",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -11865,9 +11865,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"chromedriver@npm:^110.0.0":
|
"chromedriver@npm:^111.0.0":
|
||||||
version: 110.0.0
|
version: 111.0.0
|
||||||
resolution: "chromedriver@npm:110.0.0"
|
resolution: "chromedriver@npm:111.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@testim/chrome-version": ^1.1.3
|
"@testim/chrome-version": ^1.1.3
|
||||||
axios: ^1.2.1
|
axios: ^1.2.1
|
||||||
@ -11878,7 +11878,7 @@ __metadata:
|
|||||||
tcp-port-used: ^1.0.1
|
tcp-port-used: ^1.0.1
|
||||||
bin:
|
bin:
|
||||||
chromedriver: bin/chromedriver
|
chromedriver: bin/chromedriver
|
||||||
checksum: 52c51f21ef523865af6496736e92689bf8a16d477653cb096ff22ad3bbf16495935b6f42f860a3cdea3123e2d8a4084688acc07a06da4924b7c0e2d2bc646ae4
|
checksum: 3331d0d2c84aa90c9cfb6945067b4634806e823452d345feedc20cd1c940a9179eb7f2b5067e1bdbceba47c9acc719fd876235ba972d3987f73d95550897fbed
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -24305,7 +24305,7 @@ __metadata:
|
|||||||
browserify: ^16.5.1
|
browserify: ^16.5.1
|
||||||
chalk: ^3.0.0
|
chalk: ^3.0.0
|
||||||
chokidar: ^3.5.3
|
chokidar: ^3.5.3
|
||||||
chromedriver: ^110.0.0
|
chromedriver: ^111.0.0
|
||||||
classnames: ^2.2.6
|
classnames: ^2.2.6
|
||||||
concurrently: ^7.6.0
|
concurrently: ^7.6.0
|
||||||
copy-to-clipboard: ^3.0.8
|
copy-to-clipboard: ^3.0.8
|
||||||
|
Loading…
Reference in New Issue
Block a user