cherry-pick(#11274): fix: pin colors to 1.4.0
This commit is contained in:
parent
4dfdca1b99
commit
b00e931d4a
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -9373,7 +9373,7 @@
|
|||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"colors": "^1.4.0",
|
||||
"colors": "1.4.0",
|
||||
"commander": "^8.2.0",
|
||||
"debug": "^4.1.1",
|
||||
"expect": "=27.2.5",
|
||||
|
|
@ -10180,7 +10180,7 @@
|
|||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"colors": "^1.4.0",
|
||||
"colors": "1.4.0",
|
||||
"commander": "^8.2.0",
|
||||
"debug": "^4.1.1",
|
||||
"expect": "=27.2.5",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"colors": "^1.4.0",
|
||||
"colors": "1.4.0",
|
||||
"commander": "^8.2.0",
|
||||
"debug": "^4.1.1",
|
||||
"expect": "=27.2.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue