Update dependency nightwatch to v2.6.6
This commit is contained in:
parent
23d82e06f7
commit
c25542d374
@ -99,7 +99,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mini-css-extract-plugin": "2.7.2",
|
"mini-css-extract-plugin": "2.7.2",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"nightwatch": "2.6.4",
|
"nightwatch": "2.6.6",
|
||||||
"opn": "5.5.0",
|
"opn": "5.5.0",
|
||||||
"ora": "0.4.1",
|
"ora": "0.4.1",
|
||||||
"postcss": "8.4.20",
|
"postcss": "8.4.20",
|
||||||
|
28
yarn.lock
28
yarn.lock
@ -2653,10 +2653,10 @@ autoprefixer@^9.8.6:
|
|||||||
postcss "^7.0.32"
|
postcss "^7.0.32"
|
||||||
postcss-value-parser "^4.1.0"
|
postcss-value-parser "^4.1.0"
|
||||||
|
|
||||||
axe-core@^4.4.3:
|
axe-core@^4.6.1:
|
||||||
version "4.6.1"
|
version "4.6.2"
|
||||||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.1.tgz#79cccdee3e3ab61a8f42c458d4123a6768e6fbce"
|
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.2.tgz#6e566ab2a3d29e415f5115bc0fd2597a5eb3e5e3"
|
||||||
integrity sha512-lCZN5XRuOnpG4bpMq8v0khrWtUOn+i8lZSb6wHZH56ZfbIEv6XwJV84AAueh9/zi7qPVJ/E4yz6fmsiyOmXR4w==
|
integrity sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg==
|
||||||
|
|
||||||
axios@^1.1.3:
|
axios@^1.1.3:
|
||||||
version "1.2.2"
|
version "1.2.2"
|
||||||
@ -6493,17 +6493,17 @@ neo-async@^2.6.2:
|
|||||||
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
||||||
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
||||||
|
|
||||||
nightwatch-axe-verbose@2.0.3:
|
nightwatch-axe-verbose@^2.1.0:
|
||||||
version "2.0.3"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/nightwatch-axe-verbose/-/nightwatch-axe-verbose-2.0.3.tgz#719f0a1b53d611fa2b4872ee5730f5c0ad2c0cec"
|
resolved "https://registry.yarnpkg.com/nightwatch-axe-verbose/-/nightwatch-axe-verbose-2.1.0.tgz#3a03f70dd9b78739a5178ee096a24e0658a8ee53"
|
||||||
integrity sha512-VxwYTXmdbWZ4GRxgAc0/6uZ1nDQ5/xnXUipLrxoUsLxrh9OjNmAwqlMsIlQN8o33XwbjGm+o9ikan5erYGEOFQ==
|
integrity sha512-j31VB0wdv/HXoQWWAJsvNc9UenXzXf1u/QsvExCUDuFOMR4GRg3963wlPIxd2ME47egXsnkXPd1dl8Ozdk7XHA==
|
||||||
dependencies:
|
dependencies:
|
||||||
axe-core "^4.4.3"
|
axe-core "^4.6.1"
|
||||||
|
|
||||||
nightwatch@2.6.4:
|
nightwatch@2.6.6:
|
||||||
version "2.6.4"
|
version "2.6.6"
|
||||||
resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-2.6.4.tgz#dfc981b7e335ba29b21f4663b1502e6e2ddb1215"
|
resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-2.6.6.tgz#f811b8c534206a33c88a2d2c86713b4eb5691b58"
|
||||||
integrity sha512-ODw1tzkWD6T7RziDkcb9TG5CS5NFK00mAsQZkzb1Q4EWUBYkZRnUgA+WdilHJ3FupwgOQuobpXNTFCrhiE63Pg==
|
integrity sha512-Vris8WRfRWACW4g58bSiC5nFmPsBKyg2mkb/qpPpYg7bBB5Y7nsnpSnsZvxJm6hocfWtbKtx4y+AUR7Pun4rpg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nightwatch/chai" "5.0.2"
|
"@nightwatch/chai" "5.0.2"
|
||||||
"@nightwatch/html-reporter-template" "0.1.3"
|
"@nightwatch/html-reporter-template" "0.1.3"
|
||||||
@ -6529,7 +6529,7 @@ nightwatch@2.6.4:
|
|||||||
minimist "1.2.6"
|
minimist "1.2.6"
|
||||||
mkpath "1.0.0"
|
mkpath "1.0.0"
|
||||||
mocha "9.2.2"
|
mocha "9.2.2"
|
||||||
nightwatch-axe-verbose "2.0.3"
|
nightwatch-axe-verbose "^2.1.0"
|
||||||
open "8.4.0"
|
open "8.4.0"
|
||||||
ora "5.4.1"
|
ora "5.4.1"
|
||||||
selenium-webdriver "4.6.1"
|
selenium-webdriver "4.6.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user