From 0c7538ac6b8bebb0d721fcdcaf6b708c90a6afa3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 18:01:03 -0400 Subject: [PATCH] Bump jest-axe from 3.5.0 to 4.0.0 (#10228) Bumps [jest-axe](https://github.com/nickcolley/jest-axe) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/nickcolley/jest-axe/releases) - [Changelog](https://github.com/nickcolley/jest-axe/blob/main/CHANGELOG.md) - [Commits](https://github.com/nickcolley/jest-axe/compare/v3.5.0...v4.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 56d6f8415..25c93bd48 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "husky": "^4.2.5", "ibm-openapi-validator": "0.29.0", "jest": "26.4.2", - "jest-axe": "^3.5.0", + "jest-axe": "^4.0.0", "jest-fetch-mock": "^3.0.3", "jest-watch-typeahead": "^0.6.0", "jsdom": "^16.4.0", diff --git a/yarn.lock b/yarn.lock index 20995ec92..45c6ee054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3445,11 +3445,16 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== -axe-core@^3.5.2, axe-core@^3.5.4, axe-core@^3.5.5: +axe-core@^3.5.2, axe-core@^3.5.4: version "3.5.5" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== +axe-core@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.0.1.tgz#e337c2ed1e6fe73920166d8b0b0b352e1b50d8ae" + integrity sha512-OSCABHvSNDleKqJP7DUwEBvMVbr/gtOj2vCDoKKz967fxe9WqtCZLo3IRNOO2fJcu+eSFsu8aAToHfIY7sPLaw== + axios@^0.18.0: version "0.18.1" resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3" @@ -9685,12 +9690,12 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -jest-axe@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-3.5.0.tgz#a8c88c1f1411e57626c488a2bc44ff23d79b1426" - integrity sha512-9U68Os+SPLfL/5X8x9SjX4XxB02BxkFgYBQFDlF8zhpJc0+DZUq54l4NnwA4S4+nYw5CmXvnLjgoNiWpf0G80w== +jest-axe@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-4.0.0.tgz#cb7a55da739d3e085d26491285139ebd784a18d1" + integrity sha512-Uu8bpPdl+EMtlXIh9KtUY+0us41Lb+KIWL+tP42Kl/tRmDWtgd0qJO4XAkJ/FW90OcKaOwRrQyfTboH+UsmUmA== dependencies: - axe-core "^3.5.5" + axe-core "^4.0.1" chalk "^4.0.0" jest-matcher-utils "^26.0.1" lodash.merge "^4.6.2"