Skip to content

Commit

Permalink
chore(release): @faltest/remote@12.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 23, 2024
1 parent ac9f48b commit 098e735
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.21"
version "12.0.22"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "122.0.2"
chromedriver "122.0.3"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand Down Expand Up @@ -671,10 +671,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@122.0.2:
version "122.0.2"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.2.tgz#0792120a060ada2a68f28d3ea88ae5771b0c7067"
integrity sha512-jQbGusVOWwCeKZmJjWhED9upOZocztQyWhKWzzi1wRvFsd8Zn+nolgz8Xuyga24yC/SFbjaIedmwVYuIHjspaA==
chromedriver@122.0.3:
version "122.0.3"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz#44de1854b5b14112f0740ecd87f00a7e5224393d"
integrity sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
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.22](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.21...@faltest/remote@12.0.22) (2024-02-23)


### Bug Fixes

* **deps:** update dependency chromedriver to v122.0.3 ([5f5f605](https://github.com/CrowdStrike/faltest/commit/5f5f605370fd9ad8b0f88fef159031845ecfa72c))

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


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

0 comments on commit 098e735

Please sign in to comment.