Skip to content

Commit

Permalink
fix: rolling back winston to fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
gunar committed Oct 25, 2017
1 parent 814ac55 commit 7b20198
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bugsnag": "^1.12.0",
"glob": "^7.1.2",
"moment": "^2.18.1",
"winston": "^2.3.1",
"winston": "2.3.0",
"winston-bugsnag": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,17 @@ winston-bugsnag@^3.0.0:
bugsnag "^1.11.0"
winston "^2.3.1"

[email protected]:
version "2.3.0"
resolved "https://registry.yarnpkg.com/winston/-/winston-2.3.0.tgz#207faaab6fccf3fe493743dd2b03dbafc7ceb78c"
dependencies:
async "~1.0.0"
colors "1.0.x"
cycle "1.0.x"
eyes "0.1.x"
isstream "0.1.x"
stack-trace "0.0.x"

winston@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/winston/-/winston-2.3.1.tgz#0b48420d978c01804cf0230b648861598225a119"
Expand Down

0 comments on commit 7b20198

Please sign in to comment.