Skip to content

Commit

Permalink
fix(deps): update dependency winston to version .x 馃専 (#4528)
Browse files Browse the repository at this point in the history
* fix(deps): update winston to 1.1.2 馃専

* remove instances where winston is required but not used.


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
3 people committed Jun 20, 2019
1 parent 6d614e4 commit c7b340a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/server/lib/exception.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
_ = require("lodash")
Promise = require("bluebird")
winston = require("winston")
pkg = require("@packages/root")
path = require("path")

Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@
"url-parse": "1.4.7",
"uuid": "3.3.2",
"widest-line": "3.1.0",
"winston": "0.9.0"
"winston": "1.1.2"
}
}
1 change: 0 additions & 1 deletion packages/server/test/unit/exceptions_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require("../spec_helper")

delete global.fs

winston = require("winston")
api = require("#{root}lib/api")
user = require("#{root}lib/user")
logger = require("#{root}lib/logger")
Expand Down
1 change: 0 additions & 1 deletion packages/server/test/unit/logger_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require("../spec_helper")

_ = require("lodash")
path = require("path")
winston = require("winston")
Promise = require("bluebird")
appData = require("#{root}lib/util/app_data")
konfig = require("#{root}lib/konfig")
Expand Down

0 comments on commit c7b340a

Please sign in to comment.