From 57d2e5b8a8b7044ce9b5b6909a62be54b5f60c5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 08:15:49 -0500 Subject: [PATCH] Bump jest-axe from 3.2.0 to 3.3.0 (#5594) Bumps [jest-axe](https://github.com/nickcolley/jest-axe) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/nickcolley/jest-axe/releases) - [Changelog](https://github.com/nickcolley/jest-axe/blob/master/CHANGELOG.md) - [Commits](https://github.com/nickcolley/jest-axe/compare/v3.2.0...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 41db570d8..74efc3f73 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "faker": "^4.1.0", "husky": "^4.0.7", "jest": "^23.5.0", - "jest-axe": "^3.2.0", + "jest-axe": "^3.3.0", "jest-fetch-mock": "^3.0.1", "jsdom": "^15.2.1", "lint-staged": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 1c756d5cc..cb1bba280 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1187,10 +1187,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== -axe-core@3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.3.1.tgz#3d1fa78cca8ead1b78c350581501e4e37b97b826" - integrity sha512-gw1T0JptHPF4AdLLqE8yQq3Z7YvsYkpFmFWd84r6hnq/QoKRr8icYHFumhE7wYl5TVIHgVlchMyJsAYh0CfwCQ== +axe-core@3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.4.1.tgz#e42623918bb85b5ef674633852cb9029db0309c5" + integrity sha512-+EhIdwR0hF6aeMx46gFDUy6qyCfsL0DmBrV3Z+LxYbsOd8e1zBaPHa3f9Rbjsz2dEwSBkLw6TwML/CAIIAqRpw== axobject-query@^2.0.2: version "2.0.2" @@ -6823,12 +6823,12 @@ istanbul-reports@^1.5.1: dependencies: handlebars "^4.0.3" -jest-axe@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-3.2.0.tgz#0f7a0132565289432936421cf38b7b8504690835" - integrity sha512-QSQwSwG72/cpmhJU0fBsaUUvu9mb2uAqhccGQVG6JbIV8sK+aIXh8hYl7vxraMF/I6soQod1aqSdD/j7LjpVFQ== +jest-axe@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-3.3.0.tgz#ae37c25e26dfdadb9caf6122798a11d681015c03" + integrity sha512-wGCwX8/R6Orp7rY3G9SLOhoS5jvxyViac0HBVlRxq6diufypinxvKDgZZJRjgeZ7x6v8l1sZ55EDgsTCBsBbxQ== dependencies: - axe-core "3.3.1" + axe-core "3.4.1" chalk "2.4.2" jest-matcher-utils "24.8.0" lodash.merge "4.6.2"