We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eea98 commit f7d230bCopy full SHA for f7d230b
.github/dependabot.yml
@@ -6,3 +6,7 @@ updates:
6
interval: daily
7
time: '13:00'
8
open-pull-requests-limit: 2
9
+ ignore:
10
+ - dependency-name: 'supports-color'
11
+ versions:
12
+ - '^8'
package.json
@@ -57,7 +57,7 @@
57
"acorn": "^8.7.0",
58
"commander": "^9.4.0",
59
"fast-glob": "^3.2.11",
60
- "supports-color": "^9.3.0",
+ "supports-color": "^8.1.1",
61
"winston": "^3.2.1"
62
},
63
"engines": {
0 commit comments