From a392378450a88bb0966c98bd5e99f93dcf27d165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:58:06 +0000 Subject: [PATCH] Upgrade: Bump axe-core from 4.4.1 to 4.10.2 Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.4.1 to 4.10.2. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.4.1...v4.10.2) --- updated-dependencies: - dependency-name: axe-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/hint-axe/package.json | 2 +- packages/utils-dom/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/hint-axe/package.json b/packages/hint-axe/package.json index 0d72b0b5b8c..6a7e9bacdf0 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.2" }, "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..66597abfd39 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.2", "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 784d8ad3457..89691339b9f 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.2: + version "4.10.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df" + integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w== azure-devops-node-api@^11.0.1: version "11.0.1"