Skip to content

Commit f7d230b

Browse files
committed
fix: bumps supports color
1 parent f9eea98 commit f7d230b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ updates:
66
interval: daily
77
time: '13:00'
88
open-pull-requests-limit: 2
9+
ignore:
10+
- dependency-name: 'supports-color'
11+
versions:
12+
- '^8'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"acorn": "^8.7.0",
5858
"commander": "^9.4.0",
5959
"fast-glob": "^3.2.11",
60-
"supports-color": "^9.3.0",
60+
"supports-color": "^8.1.1",
6161
"winston": "^3.2.1"
6262
},
6363
"engines": {

0 commit comments

Comments
 (0)