Skip to content

Commit 488a9b2

Browse files
chore(deps-dev): bump chromedriver from 134.0.0 to 134.0.2 (#3226)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 134.0.0 to 134.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giggio/node-chromedriver/commit/c8037a16f9f1aa1d8b5720aa92b113e48229963b"><code>c8037a1</code></a> Fix Axios vulnerability</li> <li><a href="https://github.com/giggio/node-chromedriver/commit/1eb1967b3fd296c26784bc9d24a9ea673ce89749"><code>1eb1967</code></a> Bump version to 134.0.1</li> <li>See full diff in <a href="https://github.com/giggio/node-chromedriver/compare/134.0.0...134.0.2">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.0&new-version=134.0.2)](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 a2ea8e8 commit 488a9b2

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.0",
95+
"chromedriver": "^134.0.2",
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.35-1'
8+
CHROME_VERSION='134.0.6998.88-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='acb6ce4a2c02e5c3db6ef067d2aab62b8097f05370c96897c9b2605e344afba6dc3f35e8def5e7370eeb9d866139c25bdd6e541256aa9b1cf679e46d58033cb6'
13+
CHROME_BINARY_SHA512SUM='b6d01fb90b89b06398afa19a28e39b42646169da217859af7b281ddb1f9335dc5650a5edd2b9facdea003559835fd43a5f8df11c94975d739a7e754c87919606'
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
@@ -10081,9 +10081,9 @@ __metadata:
1008110081
languageName: node
1008210082
linkType: hard
1008310083

10084-
"chromedriver@npm:^134.0.0":
10085-
version: 134.0.0
10086-
resolution: "chromedriver@npm:134.0.0"
10084+
"chromedriver@npm:^134.0.2":
10085+
version: 134.0.2
10086+
resolution: "chromedriver@npm:134.0.2"
1008710087
dependencies:
1008810088
"@testim/chrome-version": "npm:^1.1.4"
1008910089
axios: "npm:^1.7.4"
@@ -10094,7 +10094,7 @@ __metadata:
1009410094
tcp-port-used: "npm:^1.0.2"
1009510095
bin:
1009610096
chromedriver: bin/chromedriver
10097-
checksum: 10/e443e242a394b5a2ef57052e0002f5d6298e3c0bf1b719f3b5fcda18c7d997478c9e20c5fe7a274f21cad4d4d0c2c89562a1453092c67bb3472226b9763cdac2
10097+
checksum: 10/4bcde388cef8257d2da683fcf0077b4b298307741053402d7f89f8143cf9ea0cfa4c455613e495ffd194fb71deb922f1970d7fac693b16915120f3efda628278
1009810098
languageName: node
1009910099
linkType: hard
1010010100

@@ -19956,7 +19956,7 @@ __metadata:
1995619956
"@types/lodash": "npm:^4"
1995719957
"@types/node": "npm:18.14.2"
1995819958
"@yarnpkg/types": "npm:^4.0.0"
19959-
chromedriver: "npm:^134.0.0"
19959+
chromedriver: "npm:^134.0.2"
1996019960
depcheck: "npm:^1.4.7"
1996119961
eslint: "npm:^9.11.0"
1996219962
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)