Skip to content

Commit

Permalink
Update colors to maintained version (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH authored Mar 19, 2022
1 parent 9fde732 commit 2ba8489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var fs = require('fs'),
path = require('path'),
util = require('util'),
colors = require('colors'),
colors = require('@colors/colors'),
cliff = require('cliff'),
flatiron = require('flatiron'),
shush = require('shush'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"async": "^1.5.2",
"cliff": "^0.1.10",
"clone": "^2.1.2",
"colors": "0.6.2",
"@colors/colors": "1.5.0",
"configstore": "4.0.0",
"eventemitter2": "6.4.4",
"flatiron": "~0.4.3",
Expand Down

0 comments on commit 2ba8489

Please sign in to comment.