From b88db9f685dfcaaec518e03879a3a9bfef7fadd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:11:40 +0000 Subject: [PATCH] Bump nightwatch from 3.4.1 to 3.5.0 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: nightwatch dependency-type: direct:production update-type: version-update:semver-minor ... 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 c02efca..700ac8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "chromedriver": "^123.0.0", - "nightwatch": "^3.4.1" + "nightwatch": "^3.5.0" } }, "node_modules/@asamuzakjp/dom-selector": { @@ -2920,9 +2920,9 @@ } }, "node_modules/nightwatch": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.4.1.tgz", - "integrity": "sha512-IbrlmCmid+4qC85c7DHJWdqNDKB2O0qklxrWIDh+32/XXXJSuZ/Da/STFC2x60s5rENGUGk43G/fheULwlT7Hw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.5.0.tgz", + "integrity": "sha512-gUIlA8T10lKbdPJY7cOAY4hEdyFG3RdhAuklN52J44DrlTS9PbwlH33GnePrrW0H/77+Mxo4cpXGYXi+scONDA==", "dependencies": { "@nightwatch/chai": "5.0.3", "@nightwatch/html-reporter-template": "^0.3.0", @@ -6571,9 +6571,9 @@ } }, "nightwatch": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.4.1.tgz", - "integrity": "sha512-IbrlmCmid+4qC85c7DHJWdqNDKB2O0qklxrWIDh+32/XXXJSuZ/Da/STFC2x60s5rENGUGk43G/fheULwlT7Hw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-3.5.0.tgz", + "integrity": "sha512-gUIlA8T10lKbdPJY7cOAY4hEdyFG3RdhAuklN52J44DrlTS9PbwlH33GnePrrW0H/77+Mxo4cpXGYXi+scONDA==", "requires": { "@nightwatch/chai": "5.0.3", "@nightwatch/html-reporter-template": "^0.3.0", diff --git a/package.json b/package.json index 89f81bf..58d0298 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/findy-network/e2e-test-action#readme", "dependencies": { "chromedriver": "^123.0.0", - "nightwatch": "^3.4.1" + "nightwatch": "^3.5.0" } } \ No newline at end of file