diff --git a/package-lock.json b/package-lock.json index 5a91320ab..8815b71ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "typescript": "5.7.3", "typescript-eslint": "8.24.1", "validate.js": "0.13.1", - "webdriverio": "9.9.3", + "webdriverio": "9.10.0", "ws": "8.18.1", "yaml-js": "0.3.1" }, @@ -17270,9 +17270,9 @@ } }, "node_modules/webdriverio": { - "version": "9.9.3", - "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.9.3.tgz", - "integrity": "sha512-cxPdMYU48Pcw4W6t9zZcOGM/jMyWoCc/b7zjrpQnlU3uMrOx0uGIMqhDCxG5GpCCJF9iIRlmtBf8gWDA9hhl6g==", + "version": "9.10.0", + "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.10.0.tgz", + "integrity": "sha512-60jJBfpy+7UworuoTo2mHLlhTHgFPggveYfIb4T4CfJ//4kejr4xbTXnL+2DxvoVWn2nqakdHJA6ceJRan0m3Q==", "dev": true, "license": "MIT", "dependencies": { @@ -18434,7 +18434,7 @@ "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", - "webdriverio": "9.9.3" + "webdriverio": "9.10.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -19847,7 +19847,7 @@ "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", - "webdriverio": "9.9.3" + "webdriverio": "9.10.0" }, "dependencies": { "@puppeteer/browsers": { @@ -32132,9 +32132,9 @@ } }, "webdriverio": { - "version": "9.9.3", - "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.9.3.tgz", - "integrity": "sha512-cxPdMYU48Pcw4W6t9zZcOGM/jMyWoCc/b7zjrpQnlU3uMrOx0uGIMqhDCxG5GpCCJF9iIRlmtBf8gWDA9hhl6g==", + "version": "9.10.0", + "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.10.0.tgz", + "integrity": "sha512-60jJBfpy+7UworuoTo2mHLlhTHgFPggveYfIb4T4CfJ//4kejr4xbTXnL+2DxvoVWn2nqakdHJA6ceJRan0m3Q==", "dev": true, "requires": { "@types/node": "^20.11.30", diff --git a/package.json b/package.json index db34e838f..247ddb339 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "typescript": "5.7.3", "typescript-eslint": "8.24.1", "validate.js": "0.13.1", - "webdriverio": "9.9.3", + "webdriverio": "9.10.0", "ws": "8.18.1", "yaml-js": "0.3.1" }, diff --git a/packages/appium/sample-code/quickstarts/js/package.json b/packages/appium/sample-code/quickstarts/js/package.json index 5a93f9044..b953a5070 100644 --- a/packages/appium/sample-code/quickstarts/js/package.json +++ b/packages/appium/sample-code/quickstarts/js/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "webdriverio": "9.9.3" + "webdriverio": "9.10.0" } } diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index f95c9736c..c2bf80ff3 100644 --- a/packages/execute-driver-plugin/package.json +++ b/packages/execute-driver-plugin/package.json @@ -41,7 +41,7 @@ "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", - "webdriverio": "9.9.3" + "webdriverio": "9.10.0" }, "peerDependencies": { "appium": "^2.0.0-beta.35"