Skip to content

Commit

Permalink
fix(deps): update colors to maintained version (#3763)
Browse files Browse the repository at this point in the history
Co-authored-by: David Hyde <dabh@alumni.stanford.edu>
  • Loading branch information
DABH and David Hyde committed Feb 28, 2022
1 parent ab4b328 commit fca1884
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/reporters/base_color.js
@@ -1,4 +1,4 @@
const { red, yellow, green, cyan } = require('colors/safe')
const { red, yellow, green, cyan } = require('@colors/colors/safe')

function BaseColorReporter () {
this.USE_COLORS = true
Expand Down
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -422,14 +422,11 @@
"chalkerx@gmail.com>",
"weiran.zsd@outlook.com>"
],
"overrides": {
"colors": "1.4.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"braces": "^3.0.2",
"chokidar": "^3.5.1",
"colors": "1.4.0",
"@colors/colors": "1.5.0",
"connect": "^3.7.0",
"di": "^0.0.1",
"dom-serialize": "^2.2.1",
Expand Down

0 comments on commit fca1884

Please sign in to comment.