Skip to content

Commit

Permalink
chore(release): @faltest/remote@12.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 22, 2024
1 parent 42db6e6 commit acdaf06
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
12 changes: 6 additions & 6 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
mocha-helpers "^9.0.0"

"@faltest/remote@^12.0.0", "@faltest/remote@file:../../packages/remote":
version "12.0.19"
version "12.0.20"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "121.0.2"
chromedriver "122.0.0"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand Down Expand Up @@ -654,10 +654,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@121.0.2:
version "121.0.2"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.2.tgz#208909a61e9d510913107ea6faf34bcdd72cdced"
integrity sha512-58MUSCEE3oB3G3Y/Jo3URJ2Oa1VLHcVBufyYt7vNfGrABSJm7ienQLF9IQ8LPDlPVgLUXt2OBfggK3p2/SlEBg==
chromedriver@122.0.0:
version "122.0.0"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.0.tgz#38c183248f9680b2d4c264b3cde4a14a93f7bdb9"
integrity sha512-SP8z6S49p/bMd9dbDCWlkNXAUqwsIURe5XncwGx8k3yyUdO/C6MLa3kw05exPMceh3x1YdIMD9QP/Dx+sPQ3XA==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.5"
Expand Down
7 changes: 7 additions & 0 deletions packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [12.0.20](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.19...@faltest/remote@12.0.20) (2024-02-22)


### Bug Fixes

* **deps:** update dependency chromedriver to v122 ([43419f8](https://github.com/CrowdStrike/faltest/commit/43419f8e489f7a887b91fa68862ba72ff401044e))

### [12.0.19](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.18...@faltest/remote@12.0.19) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/remote",
"version": "12.0.19",
"version": "12.0.20",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down

0 comments on commit acdaf06

Please sign in to comment.