Skip to content

Commit 90e3813

Browse files
chore(deps-dev): bump chromedriver from 134.0.5 to 135.0.0 (#3295)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 134.0.5 to 135.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giggio/node-chromedriver/commit/448ec4b0e1a65b6e8693fe0cc80dcec997d1d3bc"><code>448ec4b</code></a> Bump version to 135.0.0</li> <li>See full diff in <a href="https://github.com/giggio/node-chromedriver/compare/134.0.5...135.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromedriver&package-manager=npm_and_yarn&previous-version=134.0.5&new-version=135.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <[email protected]>
1 parent 3b7be7e commit 90e3813

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/lodash": "^4",
9393
"@types/node": "18.14.2",
9494
"@yarnpkg/types": "^4.0.0",
95-
"chromedriver": "^134.0.5",
95+
"chromedriver": "^135.0.0",
9696
"depcheck": "^1.4.7",
9797
"eslint": "^9.11.0",
9898
"eslint-config-prettier": "^9.1.0",

scripts/install-chrome.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ set -u
55
set -o pipefail
66

77
# To get the latest version, run `yarn update-chrome`
8-
CHROME_VERSION='134.0.6998.165-1'
8+
CHROME_VERSION='135.0.7049.52-1'
99
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
1010
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}"
1111

1212
# To retrieve this checksum, run the `wget` and `shasum` commands below
13-
CHROME_BINARY_SHA512SUM='90c004b793f223d104d8f5744fcd3b16993d6f1c562f8a2f7f6171d66fdd066ff660f9d3fc5aefeea6a126039e268496452f35a73958d7bed64903e30d2c33b8'
13+
CHROME_BINARY_SHA512SUM='0c1434e3204771c2e7929fe3846f544263e3030896c90d9fa288541729d77aec6f5982359a0140c12ebaf0b54579a5b7f7ca7e6389ad9f177f77bc0c839b0a4f'
1414

1515
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"
1616

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10429,9 +10429,9 @@ __metadata:
1042910429
languageName: node
1043010430
linkType: hard
1043110431

10432-
"chromedriver@npm:^134.0.5":
10433-
version: 134.0.5
10434-
resolution: "chromedriver@npm:134.0.5"
10432+
"chromedriver@npm:^135.0.0":
10433+
version: 135.0.0
10434+
resolution: "chromedriver@npm:135.0.0"
1043510435
dependencies:
1043610436
"@testim/chrome-version": "npm:^1.1.4"
1043710437
axios: "npm:^1.7.4"
@@ -10442,7 +10442,7 @@ __metadata:
1044210442
tcp-port-used: "npm:^1.0.2"
1044310443
bin:
1044410444
chromedriver: bin/chromedriver
10445-
checksum: 10/1713ae8c92c35fdeb4027053abf6b83a3db1f1fa0f6e4ef7ca9a0ce78f0ff78ee4847e361111b85fcf3e093a12f2cc073ecb49dff274863376a21a9d78a1e6de
10445+
checksum: 10/06e84c1d60adc5410e3991cb46777d52b615caa0c6973f0e4a4506596bfffac999b7ef3446cadd6ebae392ef19d9ed892a95abc38a3ca2ae469d73897ff8d044
1044610446
languageName: node
1044710447
linkType: hard
1044810448

@@ -20462,7 +20462,7 @@ __metadata:
2046220462
"@types/lodash": "npm:^4"
2046320463
"@types/node": "npm:18.14.2"
2046420464
"@yarnpkg/types": "npm:^4.0.0"
20465-
chromedriver: "npm:^134.0.5"
20465+
chromedriver: "npm:^135.0.0"
2046620466
depcheck: "npm:^1.4.7"
2046720467
eslint: "npm:^9.11.0"
2046820468
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)