Skip to content

Commit

Permalink
Merge 486422a into 4b1a28f
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 17, 2019
2 parents 4b1a28f + 486422a commit d0813a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/hreflang.js
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit d0813a1

Please sign in to comment.