Skip to content

Commit 34c0c34

Browse files
author
Kelly Selden
committed
chore(release): @faltest/remote@12.0.45
1 parent dea50a0 commit 34c0c34

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

fixtures/global-install/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
mocha-helpers "^9.0.0"
4040

4141
"@faltest/remote@^12.0.0", "@faltest/remote@file:../../packages/remote":
42-
version "12.0.44"
42+
version "12.0.45"
4343
dependencies:
4444
"@faltest/utils" "^8.0.0"
4545
browser-webdriver-downloader "^3.0.0"
46-
chromedriver "126.0.4"
46+
chromedriver "126.0.5"
4747
events-async "^1.2.1"
4848
execa "^8.0.0"
4949
fkill "^9.0.0"
@@ -641,10 +641,10 @@ chrome-launcher@^0.15.0:
641641
is-wsl "^2.2.0"
642642
lighthouse-logger "^1.0.0"
643643

644-
chromedriver@126.0.4:
645-
version "126.0.4"
646-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.4.tgz#5c5e1f80c4269b55251c563cf47709154090135b"
647-
integrity sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==
644+
chromedriver@126.0.5:
645+
version "126.0.5"
646+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.5.tgz#5db6f463c7557e3a76b7fe7fb73aaf2f06fd07e6"
647+
integrity sha512-xXVxwxd8CJ6yg2KEvFqLQi7V0RvF78xFnLB+xo9g9MoJNHMQccD7b4OWaxtKDy5RXrMgQ6Jb6vUN3SjTYXHLEQ==
648648
dependencies:
649649
"@testim/chrome-version" "^1.1.4"
650650
axios "^1.6.7"

packages/remote/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [12.0.45](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.44...@faltest/remote@12.0.45) (2024-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency chromedriver to v126.0.5 ([43456df](https://github.com/CrowdStrike/faltest/commit/43456df33b605bca175a70ea0363526996423f55))
11+
512
### [12.0.44](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.43...@faltest/remote@12.0.44) (2024-06-27)
613

714

packages/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faltest/remote",
3-
"version": "12.0.44",
3+
"version": "12.0.45",
44
"description": "A wrapper for the WebdriverIO remote call",
55
"main": "src",
66
"files": [

0 commit comments

Comments
 (0)