Skip to content

Commit

Permalink
Merge pull request #790 from CrowdStrike/renovate/webdriverio-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency webdriverio to v7.34.0
  • Loading branch information
kellyselden authored Jan 10, 2024
2 parents 0ef6998 + 3384030 commit 102c593
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"geckodriver": "4.3.0",
"get-port": "^7.0.0",
"ps-list": "^8.0.0",
"webdriverio": "7.33.0",
"webdriverio": "7.34.0",
"yn": "^5.0.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2329,10 +2329,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.1203626:
version "0.0.1203626"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1203626.tgz#4366a4c81a7e0d4fd6924e9182c67f1e5941e820"
integrity sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g==
devtools-protocol@^0.0.1237913:
version "0.0.1237913"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1237913.tgz#ac0208ff0cbe9c53646753576b5c1d788e3caa38"
integrity sha512-Pxtmz2ZIqBkpU82HaIdsvCQBG94yTC4xajrEsWx9p38QKEfBCJktSazsHkrjf9j3dVVNPhg5LR21F6KWeXpjiQ==

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

webdriverio@7.33.0:
version "7.33.0"
resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-7.33.0.tgz#2453fcb34b558b9e5cf153089e98ab1f1030ac2e"
integrity sha512-9MRPYkOEdsvsBpDJRSMAR+dLID6I65vKjpzNTTFJSjRLSHF6MByOH3mV2trlpIyV+TIp87GysYUVf3Cmufg9eg==
webdriverio@7.34.0:
version "7.34.0"
resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-7.34.0.tgz#b0f0b4fca32aa6f05387fd2c5aa5f78fd3b5d2fe"
integrity sha512-zlbWlA7izh/OwtrdCWJNDw16YWaOx2uRhBFrpk2zaSEn5HOWw7jHzLtvQFJ4qy2i2yguRPOcDudkRA5YOAeTnQ==
dependencies:
"@types/aria-query" "^5.0.0"
"@types/node" "^18.0.0"
Expand All @@ -8347,7 +8347,7 @@ [email protected]:
css-shorthand-properties "^1.1.1"
css-value "^0.0.1"
devtools "7.33.0"
devtools-protocol "^0.0.1203626"
devtools-protocol "^0.0.1237913"
fs-extra "^11.1.1"
grapheme-splitter "^1.0.2"
lodash.clonedeep "^4.5.0"
Expand Down

0 comments on commit 102c593

Please sign in to comment.