From 2c6926c123e2979163f16d0d1f63a998b384cfb1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 14 Jul 2022 09:23:53 -0700 Subject: [PATCH] [Deps] unpin `axe-core` Fixed in https://github.com/dequelabs/axe-core/issues/3537#issuecomment-1184290921 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7d09dff5..dd35d05cb 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.1", + "axe-core": "^4.4.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2",