1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-21 17:37:01 +01:00

Chromedriver v110 (#17709)

* update chromedriver to v110

* update chrome binary in CI to v110
This commit is contained in:
Peter 2023-02-15 15:04:32 +00:00 committed by GitHub
parent fca2a3f97f
commit fc95813cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -5,12 +5,12 @@ set -u
set -o pipefail
# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
CHROME_VERSION='109.0.5414.74-1'
CHROME_VERSION='110.0.5481.77-1'
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}"
# To retrieve this checksum, run the `wget` and `shasum` commands below
CHROME_BINARY_SHA512SUM='5fa92a552588894eca752575851f4c1a74b02b02233170a03bf642dad58c8544f5af1af919598f8e126efbf6b92b5cbdbdbf58a7df6033ce761587c2bd840629'
CHROME_BINARY_SHA512SUM='e2b76501ca6fa0a5519b8fa1e3f366c88e587c397e4f559a439e6c2d5f19c37ea69313f06eaa94f1da54b7ed7a3f795883603c7c75439a2f6baf87b02a4f250f'
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"

View File

@ -426,7 +426,7 @@
"browserify": "^16.5.1",
"chalk": "^3.0.0",
"chokidar": "^3.5.3",
"chromedriver": "^109.0.0",
"chromedriver": "^110.0.0",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^6.0.3",
"cross-spawn": "^7.0.3",

View File

@ -11701,9 +11701,9 @@ __metadata:
languageName: node
linkType: hard
"chromedriver@npm:^109.0.0":
version: 109.0.0
resolution: "chromedriver@npm:109.0.0"
"chromedriver@npm:^110.0.0":
version: 110.0.0
resolution: "chromedriver@npm:110.0.0"
dependencies:
"@testim/chrome-version": ^1.1.3
axios: ^1.2.1
@ -11714,7 +11714,7 @@ __metadata:
tcp-port-used: ^1.0.1
bin:
chromedriver: bin/chromedriver
checksum: a81347eb8c7dab021f8d94ce6962d1b9eaf5134230dfc589bab01b8db5e97e0120abd0b5df2a6f68c5e0126f9b5c7ae361874c26215d65ba673f6c3b33da8d0b
checksum: 52c51f21ef523865af6496736e92689bf8a16d477653cb096ff22ad3bbf16495935b6f42f860a3cdea3123e2d8a4084688acc07a06da4924b7c0e2d2bc646ae4
languageName: node
linkType: hard
@ -24123,7 +24123,7 @@ __metadata:
browserify: ^16.5.1
chalk: ^3.0.0
chokidar: ^3.5.3
chromedriver: ^109.0.0
chromedriver: ^110.0.0
classnames: ^2.2.6
concurrently: ^7.6.0
copy-to-clipboard: ^3.0.8