From 3dfa3ca4a611233e1df8e278002bdae54998befa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:35:17 +0000 Subject: [PATCH] Bump nightwatch from 3.2.0 to 3.2.1 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: nightwatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27329b6..850ba89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "chromedriver": "^117.0.3", - "nightwatch": "^3.2.0" + "nightwatch": "^3.2.1" } }, "node_modules/@assemblyscript/loader": { @@ -2455,9 +2455,9 @@ } }, "node_modules/nightwatch": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.2.0.tgz", - "integrity": "sha512-2j7ZWMgvbfFVuCiF8gt5yd+spQaVquxH6mBFHvUol23ytQ5SwuvHU2TWneHn7o5gBTmt0rFdENqs+hIMmURJbg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.2.1.tgz", + "integrity": "sha512-94IdpTPxuKK8HIT5M3fNClC7MgsAzsFQEOAGzXFQNTRpBSCBGBDvowNCv/ItZscMi4byV8Mj25wPz7m/d17e+g==", "hasInstallScript": true, "dependencies": { "@cucumber/cucumber": "^8.2.1", @@ -5571,9 +5571,9 @@ } }, "nightwatch": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.2.0.tgz", - "integrity": "sha512-2j7ZWMgvbfFVuCiF8gt5yd+spQaVquxH6mBFHvUol23ytQ5SwuvHU2TWneHn7o5gBTmt0rFdENqs+hIMmURJbg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.2.1.tgz", + "integrity": "sha512-94IdpTPxuKK8HIT5M3fNClC7MgsAzsFQEOAGzXFQNTRpBSCBGBDvowNCv/ItZscMi4byV8Mj25wPz7m/d17e+g==", "requires": { "@cucumber/cucumber": "^8.2.1", "@nightwatch/chai": "5.0.2", diff --git a/package.json b/package.json index 00791a8..6d87ccb 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/findy-network/e2e-test-action#readme", "dependencies": { "chromedriver": "^117.0.3", - "nightwatch": "^3.2.0" + "nightwatch": "^3.2.1" } } \ No newline at end of file