Skip to content

Commit

Permalink
chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test (#…
Browse files Browse the repository at this point in the history
…20189)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.2.
- [Commits](giggio/node-chromedriver@129.0.0...129.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 2e9532d commit 54bd694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@types/selenium-webdriver": "^4.1.26",
"assert": "^2.1.0",
"chromedriver": "^129.0.0",
"chromedriver": "^129.0.2",
"selenium-webdriver": "^4.24.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions ui-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ chokidar@^3.5.3:
optionalDependencies:
fsevents "~2.3.2"

chromedriver@^129.0.0:
version "129.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-129.0.0.tgz#28d7ede5ab372b868ac0db5efff7036646b4d603"
integrity sha512-B1ccqD6hDjNrw94FeqdynIotn1ZV/TnFrkRz2Rync2kzSnq6D6IrSkN1w5Pnuvnc98QhN2xujxDXxkqEqy/PWg==
chromedriver@^129.0.2:
version "129.0.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-129.0.2.tgz#950bb0a7d1095bc9c7a6f61e5f18e02e27875477"
integrity sha512-rUEFCJAmAwOdFfaDFtveT97fFeA7NOxlkgyPyN+G09Ws4qGW39aLDxMQBbS9cxQQHhTihqZZobgF5CLVYXnmGA==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.7.4"
Expand Down

0 comments on commit 54bd694

Please sign in to comment.