From ec542244634a0dc8e35a73ea58b6e92a75bb570b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:47:19 +0000 Subject: [PATCH] chore(deps-dev): bump nightwatch from 1.6.2 to 1.6.3 Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](https://github.com/nightwatchjs/nightwatch/compare/v1.6.2...v1.6.3) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 269c2998..2fa9e504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23139,9 +23139,9 @@ "dev": true }, "nightwatch": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-1.6.2.tgz", - "integrity": "sha512-iItgPKmYynGtlCqfnCK/3tJrthyyXvyEURuDAVnGvrWq5phQu9rtKUaju0UHNQEwyrd8smITv2mHV/cSrRwPAg==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-1.6.3.tgz", + "integrity": "sha512-otVr+YUmtXcj7aG14GfkuCMUOpuJfSOVvsTxQiSRmO3rSfclOWglE6jaCmyMiHMYNwy/LPp86PXJFD5pzMo/wA==", "dev": true, "requires": { "assertion-error": "^1.1.0", @@ -29859,9 +29859,9 @@ } }, "socks": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.0.tgz", - "integrity": "sha512-mNmr9owlinMplev0Wd7UHFlqI4ofnBnNzFuzrm63PPaHgbkqCFe4T5LzwKmtQ/f2tX0NTpcdVLyD/FHxFBstYw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz", + "integrity": "sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==", "dev": true, "requires": { "ip": "^1.1.5", diff --git a/package.json b/package.json index 537a228b..3f90d413 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "local-web-server": "^4.2.1", "mini-css-extract-plugin": "^1.5.0", "mocha": "=8.3.2", - "nightwatch": "^1.6.2", + "nightwatch": "^1.6.3", "node-sass": "^4.14.1", "npm-audit-ci-wrapper": "^3.0.0", "npm-run-all": "^4.1.5",