From fbc2d604b22041e419a74848edcda2f7f8bb8830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:59:08 +0000 Subject: [PATCH] Bump nightwatch from 3.3.2 to 3.3.4 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.3.2 to 3.3.4. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v3.3.2...v3.3.4) --- 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 2328b76..150ee06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "chromedriver": "^119.0.1", - "nightwatch": "^3.3.2" + "nightwatch": "^3.3.4" } }, "node_modules/@assemblyscript/loader": { @@ -2947,9 +2947,9 @@ } }, "node_modules/nightwatch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.2.tgz", - "integrity": "sha512-qi/1glgvJjWrtHBm1vQJfLc4XocqfSqJ3E27Rlg8ofeYC5mLBnKqmJg4u268voIUg+4fQkMm0UYKDtF/0Es4Ag==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.4.tgz", + "integrity": "sha512-XRPyFceeC6vwogXc84JVAhBGgRskHewc6URq+a+TbeQkAY+0aanWGoMKc3BgYAbsSFLC1Myx3Gva8rA2MaYCcQ==", "dependencies": { "@nightwatch/chai": "5.0.2", "@nightwatch/html-reporter-template": "0.2.1", @@ -6545,9 +6545,9 @@ } }, "nightwatch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.2.tgz", - "integrity": "sha512-qi/1glgvJjWrtHBm1vQJfLc4XocqfSqJ3E27Rlg8ofeYC5mLBnKqmJg4u268voIUg+4fQkMm0UYKDtF/0Es4Ag==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.4.tgz", + "integrity": "sha512-XRPyFceeC6vwogXc84JVAhBGgRskHewc6URq+a+TbeQkAY+0aanWGoMKc3BgYAbsSFLC1Myx3Gva8rA2MaYCcQ==", "requires": { "@nightwatch/chai": "5.0.2", "@nightwatch/html-reporter-template": "0.2.1", diff --git a/package.json b/package.json index 5b8079f..04e2ac4 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/findy-network/e2e-test-action#readme", "dependencies": { "chromedriver": "^119.0.1", - "nightwatch": "^3.3.2" + "nightwatch": "^3.3.4" } } \ No newline at end of file