Would it be possible to unpin `axe-core` dep? https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/package.json#L82 Currently it is pinned to `=4.7.0` in `eslint-plugin-jsx-a11y` The latest available is `4.9.1` (at time of writing) https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md Personally, I am interested in any version above `4.7.1`, as that adds support for CSS4 colors such as lch, oklch, lab, oklab Thanks!