From 44d82532afee58def61c69a49d5a447bb385f213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:55:05 +0000 Subject: [PATCH] Bump nightwatch from 3.3.2 to 3.3.5 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.3.2 to 3.3.5. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v3.3.2...v3.3.5) --- 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..e1b7a12 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.5" } }, "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.5", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.5.tgz", + "integrity": "sha512-TxhW6DIn/W9hiXGaHPe+REQXi5/EkW/6jI17Js+lcVNCACs1XKqUrLDK1AheXoXZ38MSREzMMg/buaybsxUhOA==", "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.5", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.3.5.tgz", + "integrity": "sha512-TxhW6DIn/W9hiXGaHPe+REQXi5/EkW/6jI17Js+lcVNCACs1XKqUrLDK1AheXoXZ38MSREzMMg/buaybsxUhOA==", "requires": { "@nightwatch/chai": "5.0.2", "@nightwatch/html-reporter-template": "0.2.1", diff --git a/package.json b/package.json index 5b8079f..2795c2f 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.5" } } \ No newline at end of file