Merge branch 'chalk:main' into snyk-fix-f621c3eb5d228d017e5893cbd43f7679

This commit is contained in:
AU_gdev_19 2025-05-01 16:34:45 +07:00 committed by GitHub
commit 9f2c9fc6bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 63 additions and 60 deletions

View file

@ -1,6 +1,6 @@
{
"name": "chalk",
"version": "5.3.0",
"version": "5.4.1",
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
@ -16,6 +16,7 @@
}
},
"types": "./source/index.d.ts",
"sideEffects": false,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
@ -58,10 +59,9 @@
"log-update": "^5.0.0",
"matcha": "^0.7.0",
"tsd": "^0.19.0",
"xo": "^0.53.0",
"xo": "^0.57.0",
"yoctodelay": "^2.0.0"
},
"sideEffects": false,
"xo": {
"rules": {
"unicorn/prefer-string-slice": "off",