From b0c4dec2dd6dd469ab1a8a2f69928aac8937e0e9 Mon Sep 17 00:00:00 2001 From: 1Copenut Date: Wed, 15 Nov 2023 17:14:52 -0600 Subject: [PATCH 1/2] [CHORE] Bumping axe-core to v4.8.2. --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ee2c402b0e5..69d68c7062c 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "argparse": "^2.0.1", "assert": "^2.0.0", "autoprefixer": "^9.8.6", - "axe-core": "^4.4.1", + "axe-core": "^4.8.2", "babel-jest": "^24.1.0", "babel-loader": "^9.1.2", "babel-plugin-add-module-exports": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index f10cacd3dd3..2aa85ea6c6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6472,16 +6472,16 @@ 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.6.2: version "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.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" + integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== + axios@^0.18.0, axios@^0.18.1: version "0.18.1" resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3" From d42edc203ba6bad765dd99765356862036614c06 Mon Sep 17 00:00:00 2001 From: 1Copenut Date: Mon, 20 Nov 2023 17:07:02 -0600 Subject: [PATCH 2/2] Removing link from EuiAccordion block. Not the item under test. --- src/components/accordion/accordion.a11y.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/accordion/accordion.a11y.tsx b/src/components/accordion/accordion.a11y.tsx index 51678020064..31b05fc20b9 100644 --- a/src/components/accordion/accordion.a11y.tsx +++ b/src/components/accordion/accordion.a11y.tsx @@ -31,7 +31,7 @@ describe('EuiAccordion', () => { Any content inside of EuiAccordion will appear - here. We will include a link to confirm focus. + here. );