Skip to content

Commit 687b582

Browse files
chore(deps-dev): bump chromedriver from 131.0.5 to 132.0.0 (#3022)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 131.0.5 to 132.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giggio/node-chromedriver/commit/c38142ade097c2f0ea6b2b582c69725911cfb304"><code>c38142a</code></a> Bump version to 132.0.0</li> <li>See full diff in <a href="https://github.com/giggio/node-chromedriver/compare/131.0.5...132.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=131.0.5&new-version=132.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent a98029c commit 687b582

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
"@typescript-eslint/eslint-plugin": "^5.42.1",
9393
"@typescript-eslint/parser": "^6.21.0",
9494
"@yarnpkg/types": "^4.0.0",
95-
"chromedriver": "^131.0.5",
95+
"chromedriver": "^132.0.0",
9696
"depcheck": "^1.4.7",
9797
"eslint": "^8.27.0",
9898
"eslint-config-prettier": "^8.5.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='131.0.6778.264-1'
8+
CHROME_VERSION='132.0.6834.83-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='95123e9d86b2e84be8b4964d4e5d16ab987f2e2854ca90d192f3c88e4b5bbb2f6a1aae46adb408b3538d6277a0083bb1da4d35d3b9806ef7788f3bdac40020f8'
13+
CHROME_BINARY_SHA512SUM='3e8b9fcf711f89241b17071f1187021d651c5ea147395e1d12f1d9f47e7b1f0704fc217bb2fa04b13ee3c8b6eac2f84da4a26140c536c03dd5ae466afa033d5c'
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
@@ -10627,9 +10627,9 @@ __metadata:
1062710627
languageName: node
1062810628
linkType: hard
1062910629

10630-
"chromedriver@npm:^131.0.5":
10631-
version: 131.0.5
10632-
resolution: "chromedriver@npm:131.0.5"
10630+
"chromedriver@npm:^132.0.0":
10631+
version: 132.0.0
10632+
resolution: "chromedriver@npm:132.0.0"
1063310633
dependencies:
1063410634
"@testim/chrome-version": "npm:^1.1.4"
1063510635
axios: "npm:^1.7.4"
@@ -10640,7 +10640,7 @@ __metadata:
1064010640
tcp-port-used: "npm:^1.0.2"
1064110641
bin:
1064210642
chromedriver: bin/chromedriver
10643-
checksum: 10/f2bf39f8a658825313a8f977de561932f4b9798c6e46a997c74cab2cd9dc8bc0a1302cfbb7d5127d87238cdb6a7f3d44207112c2e4f9c59d4e2a62fadf815a2c
10643+
checksum: 10/81f15186e0d1951581b39cd9e0db8e1aa55e75ada14936a912a8f5ac212d0e7a6087430ff85152b5bc625b53382e949b9d64c21ac5dfe35fff77e6575eb098fc
1064410644
languageName: node
1064510645
linkType: hard
1064610646

@@ -20492,7 +20492,7 @@ __metadata:
2049220492
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
2049320493
"@typescript-eslint/parser": "npm:^6.21.0"
2049420494
"@yarnpkg/types": "npm:^4.0.0"
20495-
chromedriver: "npm:^131.0.5"
20495+
chromedriver: "npm:^132.0.0"
2049620496
depcheck: "npm:^1.4.7"
2049720497
eslint: "npm:^8.27.0"
2049820498
eslint-config-prettier: "npm:^8.5.0"

0 commit comments

Comments
 (0)