summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-11-13 23:29:33 +0100
committerSheogorath2018-11-14 00:47:11 +0100
commitc3584770f24205d84b9399abd9535cb27dc7b00c (patch)
treee86baadf379199a78286c49565650abbae2723aa /package.json
parent54d3d930cf39c2a3bec422d858cbac20ad8118eb (diff)
Upgrade winston
Our log library got a new major version which should be implemented. That's exactly what this patch does. Implementing the new version of the logging library. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 304a526d..cd875ac6 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"velocity-animate": "^1.4.0",
"visibilityjs": "^1.2.4",
"viz.js": "^1.7.0",
- "winston": "^2.3.0",
+ "winston": "^3.1.0",
"ws": "^6.0.0",
"xss": "^1.0.3"
},