From 29e4f475871194a52578ca79fdc6923e72f150d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 23:30:29 +0000 Subject: [PATCH] Bump nightwatch from 3.6.2 to 3.6.3 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v3.6.2...v3.6.3) --- updated-dependencies: - dependency-name: nightwatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f8d80d78..e37c2fa7 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "find-unused-exports": "^5.0.0", "http-server": "^14.1.1", "mocha": "^10.4.0", - "nightwatch": "^3.6.2", + "nightwatch": "^3.6.3", "nightwatch-saucelabs-endsauce": "^2.4.0", "nyc": "^15.1.0", "power-assert": "^1.4.2", diff --git a/yarn.lock b/yarn.lock index 9039506c..be9645b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3646,10 +3646,10 @@ nightwatch-saucelabs-endsauce@^2.4.0: dependencies: saucelabs "^7.5.0" -nightwatch@^3.6.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-3.6.2.tgz#a063a0f9081a18207892e727e759c5795580f96c" - integrity sha512-tZmEtHovzdycGtCF1299W3wABcqirXCEgKR1w+2dU+lwsTt0ujNlM6FdPy5FJJRnYNu/Hfal8wDiXP0PuI78xw== +nightwatch@^3.6.3: + version "3.6.3" + resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-3.6.3.tgz#b7cec85683f9e595c855d7aaa4176c428ad91168" + integrity sha512-Md+Tz9SBNZ8cVzaRyhzzfKf06t/qE5609QMQ2vEciLwDiDkQPsTU6XZGypwldMxx05wu4UcPvDZnP7NZXlZilw== dependencies: "@nightwatch/chai" "5.0.3" "@nightwatch/html-reporter-template" "^0.3.0" @@ -3679,7 +3679,7 @@ nightwatch@^3.6.2: open "8.4.2" ora "5.4.1" piscina "^4.3.1" - selenium-webdriver "4.20.0" + selenium-webdriver "4.21.0" semver "7.5.4" stacktrace-parser "0.1.10" strip-ansi "6.0.1" @@ -4524,10 +4524,10 @@ secure-compare@3.0.1: resolved "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3" integrity sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw== -selenium-webdriver@4.20.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.20.0.tgz#14941ab4a59e8956a5e4b4491a8ba2bd6619d1ac" - integrity sha512-s/G44lGQ1xB3tmtX6NNPomlkpL6CxLdmAvp/AGWWwi4qv5Te1+qji7tPSyr6gyuoPpdYiof1rKnWe3luy0MrYA== +selenium-webdriver@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz#d38aebfc34770421a880afcfdb7bd8fe85ce9174" + integrity sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ== dependencies: jszip "^3.10.1" tmp "^0.2.3"