cherry-pick(#11274): fix: pin colors to 1.4.0

This commit is contained in:
Michaël De Boey 2022-01-10 01:18:21 +01:00 committed by Pavel Feldman
parent 4dfdca1b99
commit b00e931d4a
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -9373,7 +9373,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-typescript": "^7.14.5", "@babel/preset-typescript": "^7.14.5",
"colors": "^1.4.0", "colors": "1.4.0",
"commander": "^8.2.0", "commander": "^8.2.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"expect": "=27.2.5", "expect": "=27.2.5",
@ -10180,7 +10180,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-typescript": "^7.14.5", "@babel/preset-typescript": "^7.14.5",
"colors": "^1.4.0", "colors": "1.4.0",
"commander": "^8.2.0", "commander": "^8.2.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"expect": "=27.2.5", "expect": "=27.2.5",

View file

@ -43,7 +43,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-typescript": "^7.14.5", "@babel/preset-typescript": "^7.14.5",
"colors": "^1.4.0", "colors": "1.4.0",
"commander": "^8.2.0", "commander": "^8.2.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"expect": "=27.2.5", "expect": "=27.2.5",