Skip to content

Commit

Permalink
chore(release): @faltest/remote@12.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 16, 2024
1 parent 8bbd02c commit 6203652
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.16"
version "12.0.17"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "121.0.0"
chromedriver "121.0.1"
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.0:
version "121.0.0"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz#f8d11dce8e5ce4b6ad75e2b84eed17a0eecabfb9"
integrity sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==
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==
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.17](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.16...@faltest/remote@12.0.17) (2024-02-16)


### Bug Fixes

* **deps:** update dependency chromedriver to v121.0.1 ([f019a7e](https://github.com/CrowdStrike/faltest/commit/f019a7eda6fbb86887fc7168e75399d054f1d854))

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


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

0 comments on commit 6203652

Please sign in to comment.