We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a22787 commit 6699ee4Copy full SHA for 6699ee4
.github/dependabot.yml
@@ -36,6 +36,10 @@ updates:
36
# @see https://github.com/dequelabs/axe-core/issues/3771
37
- dependency-name: 'esbuild'
38
versions: ['>=0.11.0']
39
+ # Prevent colorjs.io issue caused by >v0.4.3
40
+ # @see https://github.com/dequelabs/axe-core/issues/4428
41
+ - dependency-name: 'colorjs.io'
42
+ versions: ['>0.4.3']
43
groups:
44
# Any updates not caught by the group config will get individual PRs
45
npm-low-risk:
0 commit comments