From 403903f3748e8f3fb1a343c535f92d8f4e21a65d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:11:14 +0100 Subject: [PATCH] Bump webdriverio from 6.11.3 to 6.12.0 (#325) Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 6.11.3 to 6.12.0. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/compare/v6.11.3...v6.12.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9be020a5..0d1b9de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1233,9 +1233,9 @@ } }, "@wdio/protocols": { - "version": "6.10.6", - "resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-6.10.6.tgz", - "integrity": "sha512-CLLVdc82S+Zij7f9djL90JC1bE5gtaOn+EF2pY4n8XdypqPUa1orQip8stQtX/wXEX0Ak45MEcSU9nCY+CzNnQ==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-6.12.0.tgz", + "integrity": "sha512-UhTBZxClCsM3VjaiDp4DoSCnsa7D1QNmI2kqEBfIpyNkT3GcZhJb7L+nL0fTkzCwi7+/uLastb3/aOwH99gt0A==", "dev": true }, "@wdio/repl": { @@ -2452,14 +2452,14 @@ "dev": true }, "devtools": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/devtools/-/devtools-6.11.0.tgz", - "integrity": "sha512-fqiRz77IIGkHfHdIkVYIpBNKz7qllJJvHP92NKDo5e41J+sSVKsjzHsPqvYLugRhSGsZKPrJ19Sj8kmPyFi18w==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/devtools/-/devtools-6.12.0.tgz", + "integrity": "sha512-Z0WiT6oAWEt80HPHX4yOUBhXT0xnxI7A3/Fa8pxGpkS03pxSHwm8kNlO694WH/lgTqS6DFubCXzIyQPophZaig==", "dev": true, "requires": { "@wdio/config": "6.11.0", "@wdio/logger": "6.10.10", - "@wdio/protocols": "6.10.6", + "@wdio/protocols": "6.12.0", "@wdio/utils": "6.11.0", "chrome-launcher": "^0.13.1", "edge-paths": "^2.1.0", @@ -7989,23 +7989,23 @@ } }, "webdriver": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-6.11.0.tgz", - "integrity": "sha512-31uD1Vi+9QAzDSpN3+0oFFRnzJP8IVp8wRjLVbIOaQGPXV1sKjAP7v6LJcxl1JjcmW8keAIh2eyAgbjZJbcyZw==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-6.12.0.tgz", + "integrity": "sha512-5HDfOaMnieoDpwYqQ7i9YEP2GGw8Y52rgX8qeUvSFd/3ybh+QP2WiWkxhRI/kYLcCqTV1e+YIwt+WB+LaTtAMQ==", "dev": true, "requires": { "@wdio/config": "6.11.0", "@wdio/logger": "6.10.10", - "@wdio/protocols": "6.10.6", + "@wdio/protocols": "6.12.0", "@wdio/utils": "6.11.0", "got": "^11.0.2", "lodash.merge": "^4.6.1" } }, "webdriverio": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-6.11.3.tgz", - "integrity": "sha512-yHS01H0+oz59Y+JLj/u8piLzOhtTiQSeASwb3hHF1EDuIiiK6JgGYFAqCYr26BrlzqzUOQ/9VpJj11LtcKWF/A==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-6.12.0.tgz", + "integrity": "sha512-9eu8WWOjsdDksbHeUPblAmQkWRVLOfI3C2P64UU0fX+zjcGXyCnkLsYfjV3dLmB4ePjgYZnNrSi4tsxJiorMew==", "dev": true, "requires": { "@types/puppeteer-core": "^5.4.0", @@ -8017,7 +8017,7 @@ "atob": "^2.1.2", "css-shorthand-properties": "^1.1.1", "css-value": "^0.0.1", - "devtools": "6.11.0", + "devtools": "6.12.0", "fs-extra": "^9.0.1", "get-port": "^5.1.1", "grapheme-splitter": "^1.0.2", @@ -8030,7 +8030,7 @@ "resq": "^1.9.1", "rgb2hex": "0.2.3", "serialize-error": "^7.0.0", - "webdriver": "6.11.0" + "webdriver": "6.12.0" } }, "webidl-conversions": {