diff --git a/packages/hint-axe/package.json b/packages/hint-axe/package.json index 0d72b0b5b8c..5c1df1482d7 100644 --- a/packages/hint-axe/package.json +++ b/packages/hint-axe/package.json @@ -12,7 +12,7 @@ "@hint/utils-i18n": "^1.0.15", "@hint/utils-network": "^1.0.27", "@hint/utils-types": "^1.2.1", - "axe-core": "^4.4.1" + "axe-core": "^4.10.0" }, "description": "hint that that checks using axe for accessibility related best practices", "devDependencies": { diff --git a/packages/utils-dom/package.json b/packages/utils-dom/package.json index 6a2fd3ef118..ab376e1d534 100644 --- a/packages/utils-dom/package.json +++ b/packages/utils-dom/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/parse5-htmlparser2-tree-adapter": "^6.0.1", "ava": "^4.3.3", - "axe-core": "^4.4.1", + "axe-core": "^4.10.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 5fcd9247bc3..2b2c48a98fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2254,10 +2254,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== -axe-core@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413" - integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw== +axe-core@^4.10.0: + version "4.10.0" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" + integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== azure-devops-node-api@^11.0.1: version "11.0.1"