From b3559cf89be6b5352cd77ffa025831b3d793d565 Mon Sep 17 00:00:00 2001 From: Daniel Harte Date: Wed, 5 Jun 2024 20:41:33 +0100 Subject: [PATCH] [Deps] unpin `axe-core` previously =4.7.0, now ^4.9.1 see https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/989 and https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/792 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03be59c6..a06930d1 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "array-includes": "^3.1.7", "array.prototype.flatmap": "^1.3.2", "ast-types-flow": "^0.0.8", - "axe-core": "=4.7.0", + "axe-core": "^4.9.1", "axobject-query": "^3.2.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2",