From b78f19dcae188ef48a63f1d6c6decd79312d9fa1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 11 Jul 2022 12:46:53 -0700 Subject: [PATCH] [Deps] pin `axe-core` to v4.4.1, due to a breaking change in a patch See https://github.com/dequelabs/axe-core/issues/3537. Fixes #872. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b96a6bee5..c7d09dff5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", - "axe-core": "^4.4.2", + "axe-core": "=4.4.1", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2",