Skip to content

Commit

Permalink
chore(deps): bump chromedriver from 126.0.1 to 126.0.2 in /ui-test (a…
Browse files Browse the repository at this point in the history
…rgoproj#18739)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 126.0.1 to 126.0.2.
- [Commits](giggio/node-chromedriver@126.0.1...126.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 and ggjulio committed Jul 21, 2024
1 parent cf3c919 commit e0fbff4
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.23",
"assert": "^2.1.0",
"chromedriver": "^126.0.1",
"chromedriver": "^126.0.2",
"selenium-webdriver": "^4.21.0"
},
"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 @@ -262,10 +262,10 @@ chokidar@3.5.3:
optionalDependencies:
fsevents "~2.3.2"

chromedriver@^126.0.1:
version "126.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-126.0.1.tgz#2591500833ba5baa626c2725f2877cce02237883"
integrity sha512-uV4xIvpPimKmV1/Hn9oX0C57tjsBbVtOeKFX9JzzPYpsu8xiSUAdqa3A8mgZE5DMJKDDoDyDIrA656QncVWRzg==
chromedriver@^126.0.2:
version "126.0.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-126.0.2.tgz#0c0840cd1ba00b73fa16d4292fa739860ee20ec8"
integrity sha512-61R0w7C+uJVCykabdqWsvitne2rg3MTI8xOKJosk+YbKdyLeGHYiCCeU82ZsUY+v9qnN1p48THcthgKubxPRWQ==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down

0 comments on commit e0fbff4

Please sign in to comment.