Closed
Description
A user recently ran into a problem where they installed an api at v4.7 but got axe-core version v4.8 (causing some confusion on why rules weren't running that should have been). Turns out that we've been pinning to axe-core using ^
which allows minor updates. This goes against our goal of version locking the apis to the major and minor version of axe-core that is used in the api.
We'll fix this by using ~
to patch pin our axe-core dependency.