From 0f7311b6a6ec5b69eec521bb44bd84f602158ead Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 17 Apr 2019 12:07:50 -0400 Subject: [PATCH 1/2] deps: axe-core@3.2.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86d525d4e6be..b49a09e6c41f 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "zone.js": "^0.7.3" }, "dependencies": { - "axe-core": "3.1.2", + "axe-core": "3.2.2", "chrome-launcher": "^0.10.5", "configstore": "^3.1.1", "cssstyle": "1.2.1", diff --git a/yarn.lock b/yarn.lock index 73776e799263..3bd581ac4752 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1177,10 +1177,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== -axe-core@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.1.2.tgz#ca0aff897ebefca7552f97859dc1217c06c4f9e6" - integrity sha512-e1WVs0SQu3tM29J9a/mISGvlo2kdCStE+yffIAJF6eb42FS+eUFEVz9j4rgDeV2TAfPJmuOZdRetWYycIbK7Vg== +axe-core@3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.2.2.tgz#b06d6e9ae4636d706068843272bfaeed3fe97362" + integrity sha512-gAy4kMSPpuRJV3mwictJqlg5LhE84Vw2CydKdC4tvrLhR6+G3KW51zbL/vYujcLA2jvWOq3HMHrVeNuw+mrLVA== axios@0.15.3: version "0.15.3" From 486422a6b70a5eeda84a276c7e2cc273b94c3043 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 17 Apr 2019 12:21:28 -0400 Subject: [PATCH 2/2] fixup path to valid-langs.js --- lighthouse-core/audits/seo/hreflang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/audits/seo/hreflang.js b/lighthouse-core/audits/seo/hreflang.js index bd95234b275b..b577ba715312 100644 --- a/lighthouse-core/audits/seo/hreflang.js +++ b/lighthouse-core/audits/seo/hreflang.js @@ -35,7 +35,7 @@ function importValidLangs() { // @ts-ignore global.axe = {utils: {}}; // @ts-ignore - require('axe-core/lib/commons/utils/valid-langs.js'); + require('axe-core/lib/core/utils/valid-langs.js'); // @ts-ignore const validLangs = global.axe.utils.validLangs(); // @ts-ignore