Skip to content

Commit bda752d

Browse files
author
Kelly Selden
committed
chore(release): @faltest/remote@12.0.29
1 parent 1403795 commit bda752d

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.28"
42+
version "12.0.29"
4343
dependencies:
4444
"@faltest/utils" "^8.0.0"
4545
browser-webdriver-downloader "^3.0.0"
46-
chromedriver "123.0.2"
46+
chromedriver "123.0.3"
4747
events-async "^1.2.1"
4848
execa "^8.0.0"
4949
fkill "^9.0.0"
@@ -671,10 +671,10 @@ chrome-launcher@^0.15.0:
671671
is-wsl "^2.2.0"
672672
lighthouse-logger "^1.0.0"
673673

674-
chromedriver@123.0.2:
675-
version "123.0.2"
676-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.2.tgz#7b1640f126f467242954390f808ddc283b9a20b8"
677-
integrity sha512-Kx0r/IGULm7eciaUtX/OKaFbdBdHRDSguiV1Q4zuQncz11gvymDdMtELa7ppk+kTL5113NLPud92nuIMNTRhww==
674+
chromedriver@123.0.3:
675+
version "123.0.3"
676+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.3.tgz#40f9223373cbdf8f849e118507b24b0de8ecb21a"
677+
integrity sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==
678678
dependencies:
679679
"@testim/chrome-version" "^1.1.4"
680680
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.29](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.28...@faltest/remote@12.0.29) (2024-04-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency chromedriver to v123.0.3 ([7d856a4](https://github.com/CrowdStrike/faltest/commit/7d856a4560e81fd6dfaa41fe16379d79ee135c2d))
11+
512
### [12.0.28](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.27...@faltest/remote@12.0.28) (2024-04-10)
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.28",
3+
"version": "12.0.29",
44
"description": "A wrapper for the WebdriverIO remote call",
55
"main": "src",
66
"files": [

0 commit comments

Comments
 (0)