Skip to content

Commit

Permalink
build(deps): bump chromedriver from 131.0.5 to 132.0.2
Browse files Browse the repository at this point in the history
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 131.0.5 to 132.0.2.
- [Commits](giggio/node-chromedriver@131.0.5...132.0.2)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent f01eabe commit 9c8a815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/chrome-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chrome-profile",
"version": "0.0.0",
"dependencies": {
"chromedriver": "^131.0.5",
"chromedriver": "^132.0.2",
"selenium-webdriver": "^4.27.0"
},
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1339,10 +1339,10 @@ chokidar@3.5.3:
optionalDependencies:
fsevents "~2.3.2"

chromedriver@^131.0.5:
version "131.0.5"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-131.0.5.tgz#3c45d821906157fabc07de23435062ada68fe7c4"
integrity sha512-OQY4BHUe9JedxH4aAsPZJcf8Y0lMlE7y+3tiCvQSCQ6qDz2b99R0qsqyqzUUSW2DFx0bg4YxmK8CDVMKb9u5kg==
chromedriver@^132.0.2:
version "132.0.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-132.0.2.tgz#9bba1d82b14346769a37d708846da7c2d3110fcd"
integrity sha512-aywIWYggkAwdFN5zkyYHXUyUBJt2hFMweS3XU0XINIdfOG386z+sqAlExB4P1A10cSz+SO5gxcCgxd8UJNBvgg==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.7.4"
Expand Down

0 comments on commit 9c8a815

Please sign in to comment.