Skip to content

Commit f935012

Browse files
author
Kelly Selden
committed
chore(release): @faltest/remote@12.0.13
1 parent 3ed8975 commit f935012

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.12"
42+
version "12.0.13"
4343
dependencies:
4444
"@faltest/utils" "^8.0.0"
4545
browser-webdriver-downloader "^3.0.0"
46-
chromedriver "120.0.2"
46+
chromedriver "121.0.0"
4747
events-async "^1.2.1"
4848
execa "^8.0.0"
4949
fkill "^9.0.0"
@@ -627,10 +627,10 @@ chrome-launcher@^0.15.0:
627627
is-wsl "^2.2.0"
628628
lighthouse-logger "^1.0.0"
629629

630-
chromedriver@120.0.2:
631-
version "120.0.2"
632-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.2.tgz#7aaa2ddf15444132f84e2ceb315b64d1f26b7f44"
633-
integrity sha512-A6/feXNWoKzkoUISJs/JAi0iIa+t6vwUnQCgGGFK7L/1r7CrreaRynVgnIliQJRdwY/8F41r6Mt3WDD9QXdV8A==
630+
chromedriver@121.0.0:
631+
version "121.0.0"
632+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz#f8d11dce8e5ce4b6ad75e2b84eed17a0eecabfb9"
633+
integrity sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==
634634
dependencies:
635635
"@testim/chrome-version" "^1.1.4"
636636
axios "^1.6.5"

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.13](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.12...@faltest/remote@12.0.13) (2024-01-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency chromedriver to v121 ([31ad048](https://github.com/CrowdStrike/faltest/commit/31ad04835fe90038fc34c8f614ed63ac1f5c5546))
11+
512
### [12.0.12](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.11...@faltest/remote@12.0.12) (2024-01-19)
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.12",
3+
"version": "12.0.13",
44
"description": "A wrapper for the WebdriverIO remote call",
55
"main": "src",
66
"files": [

0 commit comments

Comments
 (0)