Skip to content

Commit 93aa95a

Browse files
author
Kelly Selden
committed
chore(release): @faltest/remote@12.0.8
1 parent 9f91a29 commit 93aa95a

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.7"
42+
version "12.0.8"
4343
dependencies:
4444
"@faltest/utils" "^8.0.0"
4545
browser-webdriver-downloader "^3.0.0"
46-
chromedriver "119.0.1"
46+
chromedriver "120.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@119.0.1:
631-
version "119.0.1"
632-
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-119.0.1.tgz#064f3650790ccea055e9bfd95c600f5ea60295e9"
633-
integrity sha512-lpCFFLaXPpvElTaUOWKdP74pFb/sJhWtWqMjn7Ju1YriWn8dT5JBk84BGXMPvZQs70WfCYWecxdMmwfIu1Mupg==
630+
chromedriver@120.0.0:
631+
version "120.0.0"
632+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.0.tgz#34d60a6726a104a348d8dbf82106ca45a430684b"
633+
integrity sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==
634634
dependencies:
635635
"@testim/chrome-version" "^1.1.4"
636636
axios "^1.6.0"

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.8](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.7...@faltest/remote@12.0.8) (2023-12-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency chromedriver to v120 ([84dc3fa](https://github.com/CrowdStrike/faltest/commit/84dc3fa0309b62288aabfd449ed110f1760e392c))
11+
512
### [12.0.7](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.6...@faltest/remote@12.0.7) (2023-11-07)
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.7",
3+
"version": "12.0.8",
44
"description": "A wrapper for the WebdriverIO remote call",
55
"main": "src",
66
"files": [

0 commit comments

Comments
 (0)