Skip to content

Commit 24f5a8b

Browse files
committed
1 parent f45498b commit 24f5a8b

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

node_modules/supports-color/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) {
112112
}
113113

114114
if ('CI' in env) {
115-
if ('GITHUB_ACTIONS' in env) {
115+
if ('GITHUB_ACTIONS' in env || 'GITEA_ACTIONS' in env) {
116116
return 3;
117117
}
118118

node_modules/supports-color/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supports-color",
3-
"version": "9.3.1",
3+
"version": "9.4.0",
44
"description": "Detect whether a terminal supports color",
55
"license": "MIT",
66
"repository": "chalk/supports-color",
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"//test": "xo && ava && tsd",
23-
"test": "xo && tsd"
23+
"test": "tsd"
2424
},
2525
"files": [
2626
"index.js",
@@ -51,11 +51,10 @@
5151
"16m"
5252
],
5353
"devDependencies": {
54-
"@types/node": "^16.11.7",
55-
"ava": "^3.15.0",
54+
"@types/node": "^20.3.2",
55+
"ava": "^5.3.1",
5656
"import-fresh": "^3.3.0",
5757
"tsd": "^0.18.0",
58-
"typescript": "^4.4.3",
59-
"xo": "^0.49.0"
58+
"xo": "^0.54.2"
6059
}
6160
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"semver": "^7.5.4",
147147
"sigstore": "^1.7.0",
148148
"ssri": "^10.0.4",
149-
"supports-color": "^9.3.1",
149+
"supports-color": "^9.4.0",
150150
"tar": "^6.1.15",
151151
"text-table": "~0.2.0",
152152
"tiny-relative-date": "^1.3.0",
@@ -12070,9 +12070,9 @@
1207012070
}
1207112071
},
1207212072
"node_modules/supports-color": {
12073-
"version": "9.3.1",
12074-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.3.1.tgz",
12075-
"integrity": "sha512-knBY82pjmnIzK3NifMo3RxEIRD9E0kIzV4BKcyTZ9+9kWgLMxd4PrsTSMoFQUabgRBbF8KOLRDCyKgNV+iK44Q==",
12073+
"version": "9.4.0",
12074+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
12075+
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
1207612076
"inBundle": true,
1207712077
"engines": {
1207812078
"node": ">=12"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"semver": "^7.5.4",
112112
"sigstore": "^1.7.0",
113113
"ssri": "^10.0.4",
114-
"supports-color": "^9.3.1",
114+
"supports-color": "^9.4.0",
115115
"tar": "^6.1.15",
116116
"text-table": "~0.2.0",
117117
"tiny-relative-date": "^1.3.0",

0 commit comments

Comments
 (0)