Skip to content

Commit

Permalink
chore(release): @faltest/remote@12.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 20, 2024
1 parent 3b29f14 commit 45e8855
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.17"
version "12.0.18"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "121.0.1"
chromedriver "121.0.2"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand Down Expand Up @@ -627,10 +627,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@121.0.1:
version "121.0.1"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz#b2830083efa39b627e7a50d6978c81d62edff58b"
integrity sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==
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==
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.18](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.17...@faltest/remote@12.0.18) (2024-02-20)


### Bug Fixes

* **deps:** update dependency chromedriver to v121.0.2 ([ce523f5](https://github.com/CrowdStrike/faltest/commit/ce523f5005ada7811b92842ed1089c2c7fc44dce))

### [12.0.17](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.16...@faltest/remote@12.0.17) (2024-02-16)


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.17",
"version": "12.0.18",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down

0 comments on commit 45e8855

Please sign in to comment.