cgewecke / eth-gas-reporter

Gas usage per unit test. Average gas usage per method. A mocha reporter.
MIT License
603 stars 94 forks source link

set safe colors dependency version range #269

Closed ItsNickBarry closed 2 years ago

ItsNickBarry commented 2 years ago

The colors dependency has been attacked by its author. This change sets the maximum version to 1.4.0. In the future it probably makes sense to switch to a new library for color management.

cgewecke commented 2 years ago

Thanks for this! Is there a reason you prefer the range syntax vs. pinning to 1.4.0?

ItsNickBarry commented 2 years ago

No, it just seemed less disruptive since older ranges are already allowed. #270 is fine.

cgewecke commented 2 years ago

Ok cool. I'm going to go with #270 only because I've never used the range ... but thanks so much for this! Sweet.