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 20edd1c commit 608b557
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
22 changes: 11 additions & 11 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
mocha-helpers "^8.0.0"

"@faltest/remote@^11.0.0", "@faltest/remote@file:../../packages/remote":
version "11.0.10"
version "11.0.11"
dependencies:
"@faltest/utils" "^7.0.0"
browser-webdriver-downloader "^2.0.0"
Expand All @@ -50,7 +50,7 @@
geckodriver "4.2.0"
get-port "^7.0.0"
ps-list "^8.0.0"
webdriverio "7.32.3"
webdriverio "7.32.4"
yn "^4.0.0"

"@faltest/utils@^7.0.0", "@faltest/utils@file:../../packages/utils":
Expand Down Expand Up @@ -854,10 +854,10 @@ [email protected]:
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf"
integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==

devtools-protocol@^0.0.1173815:
version "0.0.1173815"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1173815.tgz#0e28dd1ebf796c174bf04d7028e9cd47f1cbb037"
integrity sha512-CmsjkudmgCMeae8FSJB4GV8COZwOk6dJKyE9HS2F/ih/sA8uTdbPKHg5F7DsrOYLEET/QKK00LJCU4YoyG+uHg==
devtools-protocol@^0.0.1182435:
version "0.0.1182435"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1182435.tgz#68155464f987d66390fae28b02782a1b9c153a0c"
integrity sha512-EmlkWb62wSbQNE1gRZZsi4KZYRaF5Skpp183LhRU7+sadKR06O1dHCjZmFSEG6Kv7P6S/UYLxcY3NlYwqKM99w==

[email protected]:
version "7.32.0"
Expand Down Expand Up @@ -2620,10 +2620,10 @@ [email protected]:
ky "0.30.0"
lodash.merge "^4.6.1"

[email protected].3:
version "7.32.3"
resolved "https://registry.npmjs.org/webdriverio/-/webdriverio-7.32.3.tgz#78befb42f5a817f368abc43998ef13e694b16b5a"
integrity sha512-akzvxHymygxYODey5eWcfUgmW9XzP3Bv8HCVVGuAAa9vI4IdJfgGGkkLlzhLEW3Q9LbHfKUwlG56PqCNa/W7IQ==
[email protected].4:
version "7.32.4"
resolved "https://registry.npmjs.org/webdriverio/-/webdriverio-7.32.4.tgz#23e46a6501a0295a2b0bdf3fd76d65b6cf8e2c35"
integrity sha512-l3u5dHHORIGxYJ40XOkTkPdIXg5j3tfN1eGIVcnKyxHyus4a3d3uYacqMmJdX9goV+D8oeAfzd+aI+bAKviVSw==
dependencies:
"@types/aria-query" "^5.0.0"
"@types/node" "^18.0.0"
Expand All @@ -2638,7 +2638,7 @@ [email protected]:
css-shorthand-properties "^1.1.1"
css-value "^0.0.1"
devtools "7.32.0"
devtools-protocol "^0.0.1173815"
devtools-protocol "^0.0.1182435"
fs-extra "^11.1.1"
grapheme-splitter "^1.0.2"
lodash.clonedeep "^4.5.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.11](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2023-08-25)


### Bug Fixes

* **deps:** update dependency webdriverio to v7.32.4 ([86db229](https://github.com/CrowdStrike/faltest/commit/86db229149a7b16e941cd90dde68bae6b021e297))

### [11.0.10](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.10",
"version": "11.0.11",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down

0 comments on commit 608b557

Please sign in to comment.