Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix: Update colors lib (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jan 10, 2022
1 parent 5fa85df commit fa33f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/express/express-logging.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _ from 'lodash';
import 'colors';
import '@dabh/colors';
import morgan from 'morgan';
import log from './logger';
import { MAX_LOG_BODY_LENGTH } from '../constants';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"@dabh/colors": "^1.4.0",
"appium-support": "^2.54.1",
"async-lock": "^1.0.0",
"asyncbox": "^2.9.1",
"axios": "^0.x",
"bluebird": "^3.5.3",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"es6-error": "^4.1.1",
"express": "^4.16.2",
"http-status-codes": "^2.1.1",
Expand Down

0 comments on commit fa33f5b

Please # to comment.