Skip to content

Commit

Permalink
chore(release): @faltest/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 25, 2023
1 parent cc66402 commit 50e9157
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 "^8.0.0"

"@faltest/remote@^11.0.0", "@faltest/remote@file:../../packages/remote":
version "11.0.11"
version "11.0.12"
dependencies:
"@faltest/utils" "^7.0.0"
browser-webdriver-downloader "^2.0.0"
chromedriver "115.0.1"
chromedriver "116.0.0"
events-async "^1.2.1"
execa "^5.0.0"
fkill "^8.0.0"
Expand Down Expand Up @@ -625,10 +625,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@115.0.1:
version "115.0.1"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-115.0.1.tgz#76cbf35f16e0c1f5e29ab821fb3b8b06d22c3e40"
integrity sha512-faE6WvIhXfhnoZ3nAxUXYzeDCKy612oPwpkUp0mVkA7fZPg2JHSUiYOQhUYgzHQgGvDWD5Fy2+M2xV55GKHBVQ==
chromedriver@116.0.0:
version "116.0.0"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-116.0.0.tgz#3f5d07b5427953270461791651d7b68cb6afe9fe"
integrity sha512-/TQaRn+RUAYnVqy5Vx8VtU8DvtWosU8QLM2u7BoNM5h55PRQPXF/onHAehEi8Sj/CehdKqH50NFdiumQAUr0DQ==
dependencies:
"@testim/chrome-version" "^1.1.3"
axios "^1.4.0"
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.

### [11.0.12](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2023-08-25)


### Bug Fixes

* **deps:** update dependency chromedriver to v116 ([bf16731](https://github.com/CrowdStrike/faltest/commit/bf16731461e9699e0b20bb78dd5a410e03bb60e8))

### [11.0.11](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2023-08-25)


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

0 comments on commit 50e9157

Please sign in to comment.