Skip to content

Commit 9cd1503

Browse files
chore(deps-dev): bump chromedriver from 133.0.1 to 133.0.2 (#3137)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 133.0.1 to 133.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giggio/node-chromedriver/commit/3652fceb0e872f326be76a28358f2b6c5bb86076"><code>3652fce</code></a> Bump version to 133.0.2</li> <li>See full diff in <a href="https://github.com/giggio/node-chromedriver/compare/133.0.1...133.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=133.0.1&new-version=133.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 75de3dc commit 9cd1503

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": "^133.0.1",
95+
"chromedriver": "^133.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='133.0.6943.98-1'
8+
CHROME_VERSION='133.0.6943.126-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='51475f9b22e1cb0a1411398b437523a80bafb1d22033806ddc51e2f2c2e289a193995f5a1ff6c15a47c9738aff403261f25b50480c58b8dfb290c8e8df4ddc9b'
13+
CHROME_BINARY_SHA512SUM='0f4b4434062b45758d89b6651c7361cb720c740bb5661b0dc9b25784572afa74d5e87b0f5bff42e3258bf2b9dc1817bb129c23c6d30cdb4a3a0e1a5b71b7dfd5'
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
@@ -10012,9 +10012,9 @@ __metadata:
1001210012
languageName: node
1001310013
linkType: hard
1001410014

10015-
"chromedriver@npm:^133.0.1":
10016-
version: 133.0.1
10017-
resolution: "chromedriver@npm:133.0.1"
10015+
"chromedriver@npm:^133.0.2":
10016+
version: 133.0.2
10017+
resolution: "chromedriver@npm:133.0.2"
1001810018
dependencies:
1001910019
"@testim/chrome-version": "npm:^1.1.4"
1002010020
axios: "npm:^1.7.4"
@@ -10025,7 +10025,7 @@ __metadata:
1002510025
tcp-port-used: "npm:^1.0.2"
1002610026
bin:
1002710027
chromedriver: bin/chromedriver
10028-
checksum: 10/b68b8c83934475ab6ebfdd2790a9fbf6ef70497b954df5a4e08f07bae6e3414e71d9e1a21280ddc755664cb375f38258081f482dc0f8c3e0a512c4dc18de3455
10028+
checksum: 10/577f5cbc3ab3f8f2d93a71fc7a6d315b786feaa9e515c71c696c4882cae0eff19e11793e7af90561b40a522ff48cc9ba689223106501807c0cdf0164c128d298
1002910029
languageName: node
1003010030
linkType: hard
1003110031

@@ -19822,7 +19822,7 @@ __metadata:
1982219822
"@types/lodash": "npm:^4"
1982319823
"@types/node": "npm:18.14.2"
1982419824
"@yarnpkg/types": "npm:^4.0.0"
19825-
chromedriver: "npm:^133.0.1"
19825+
chromedriver: "npm:^133.0.2"
1982619826
depcheck: "npm:^1.4.7"
1982719827
eslint: "npm:^9.11.0"
1982819828
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)