diff --git a/package-lock.json b/package-lock.json index bf78c589a2..e1111e4392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22431,23 +22431,6 @@ } } }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", - "dev": true - } - } - }, "supports-color": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", diff --git a/package.json b/package.json index 9f30864ef2..921694aea3 100644 --- a/package.json +++ b/package.json @@ -220,7 +220,7 @@ "mkdirp": "^0.5.1", "mocha": "^8.0.1", "nanohtml": "^1.6.3", - "nightwatch": "^1.3.5", + "nightwatch": "^1.3.6", "notify-error": "^1.2.0", "npm-link-local": "^1.1.0", "npm-merge-driver": "^2.3.5", @@ -247,9 +247,9 @@ "watchify": "^3.9.0", "web3": "1.2.4", "webworkify": "^1.2.1", + "webworkify-webpack": "^2.1.5", "worker-loader": "^2.0.0", "yo-yo": "github:ioedeveloper/yo-yo", - "yo-yoify": "^3.7.3", - "webworkify-webpack": "^2.1.5" + "yo-yoify": "^3.7.3" } }