diff --git a/Selenium.Axe/Selenium.Axe/package-lock.json b/Selenium.Axe/Selenium.Axe/package-lock.json index e408586..c2794de 100644 --- a/Selenium.Axe/Selenium.Axe/package-lock.json +++ b/Selenium.Axe/Selenium.Axe/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "axe-core": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.1.tgz", - "integrity": "sha512-sCXXUhA+cljomZ3ZAwb8i1p3oOlkABzPy08ZDAoGcYuvtBPlQ1Ytde129ArXyHWDhfeewq7rlx9F+cUx2SSlkg==" + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", + "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==" } } } diff --git a/Selenium.Axe/Selenium.Axe/package.json b/Selenium.Axe/Selenium.Axe/package.json index e22928d..5a91bef 100644 --- a/Selenium.Axe/Selenium.Axe/package.json +++ b/Selenium.Axe/Selenium.Axe/package.json @@ -3,6 +3,6 @@ "repository": {}, "license": "MIT", "dependencies": { - "axe-core": "^4.7.1" + "axe-core": "^4.7.2" } }