Skip to content

Commit

Permalink
chore(deps-dev): bump chromedriver from 133.0.2 to 133.0.3 (#3161)
Browse files Browse the repository at this point in the history
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from
133.0.2 to 133.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/giggio/node-chromedriver/commit/3243190713f5f12ac7da3dff7d7e960948971950"><code>3243190</code></a>
Bump version to 133.0.3</li>
<li>See full diff in <a
href="https://github.com/giggio/node-chromedriver/compare/133.0.2...133.0.3">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=133.0.2&new-version=133.0.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and metamaskbot authored Feb 26, 2025
1 parent 4b6dadb commit ea582cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/lodash": "^4",
"@types/node": "18.14.2",
"@yarnpkg/types": "^4.0.0",
"chromedriver": "^133.0.2",
"chromedriver": "^133.0.3",
"depcheck": "^1.4.7",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ set -u
set -o pipefail

# To get the latest version, run `yarn update-chrome`
CHROME_VERSION='133.0.6943.126-1'
CHROME_VERSION='133.0.6943.141-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='0f4b4434062b45758d89b6651c7361cb720c740bb5661b0dc9b25784572afa74d5e87b0f5bff42e3258bf2b9dc1817bb129c23c6d30cdb4a3a0e1a5b71b7dfd5'
CHROME_BINARY_SHA512SUM='84aad5d0f5ebd717ed8baf781e19be3c956503c0c13c4ed7b9e6e86194b2d682b8de8a1dbdb62c09b59d22b626655242046167f51a73dd40ac771e2db3aa26c7'

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

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10039,9 +10039,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:^133.0.2":
version: 133.0.2
resolution: "chromedriver@npm:133.0.2"
"chromedriver@npm:^133.0.3":
version: 133.0.3
resolution: "chromedriver@npm:133.0.3"
dependencies:
"@testim/chrome-version": "npm:^1.1.4"
axios: "npm:^1.7.4"
Expand All @@ -10052,7 +10052,7 @@ __metadata:
tcp-port-used: "npm:^1.0.2"
bin:
chromedriver: bin/chromedriver
checksum: 10/577f5cbc3ab3f8f2d93a71fc7a6d315b786feaa9e515c71c696c4882cae0eff19e11793e7af90561b40a522ff48cc9ba689223106501807c0cdf0164c128d298
checksum: 10/e35a8efb628ca50534aad08ec29553963277f532a7fa7e6112205a0165b8773481bb5c2fe309828846846d5c37181ed58eed35b564c407f5da2971e00b77c246
languageName: node
linkType: hard

Expand Down Expand Up @@ -19849,7 +19849,7 @@ __metadata:
"@types/lodash": "npm:^4"
"@types/node": "npm:18.14.2"
"@yarnpkg/types": "npm:^4.0.0"
chromedriver: "npm:^133.0.2"
chromedriver: "npm:^133.0.3"
depcheck: "npm:^1.4.7"
eslint: "npm:^9.11.0"
eslint-config-prettier: "npm:^9.1.0"
Expand Down

0 comments on commit ea582cf

Please sign in to comment.