diff --git a/package-lock.json b/package-lock.json index 621504ac..adbb3d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@cypress-audit/lighthouse": "^1.4.2", - "axe-core": "^4.8.3", + "axe-core": "^4.8.4", "cypress": "^13.6.0", "cypress-axe": "^1.5.0", "cypress-file-upload": "^5.0.8", @@ -374,9 +374,9 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==", "engines": { "node": ">=4" } diff --git a/package.json b/package.json index 49786da0..7ad34dcd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@cypress-audit/lighthouse": "^1.4.2", - "axe-core": "^4.8.3", + "axe-core": "^4.8.4", "cypress": "^13.6.0", "cypress-axe": "^1.5.0", "cypress-file-upload": "^5.0.8", diff --git a/yarn.lock b/yarn.lock index 730545c1..b843fc34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -254,7 +254,7 @@ axe-core@4.7.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axe-core@^4.8.3: +axe-core@^4.8.4: version "4.8.4" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.4.tgz#90db39a2b316f963f00196434d964e6e23648643" integrity sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==