diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-23 22:09:53 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-23 22:09:53 +0200 |
| commit | 885a10aaf42f0e16c87c7c41ec8a0cd5e3ac8e8c (patch) | |
| tree | 95208508e4c36483848f80364b5ca03526174728 /package.json | |
| parent | 1d2fe4368459ff1e30e577afef07d32e41a75bb5 (diff) | |
| download | processor-885a10aaf42f0e16c87c7c41ec8a0cd5e3ac8e8c.tar.gz processor-885a10aaf42f0e16c87c7c41ec8a0cd5e3ac8e8c.zip | |
update dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index ae25349..710815d 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "model.js", "dependencies": { "amqplib": "^0.5.1", - "mysql2": "^1.4.0", - "sequelize": "^4.4.2", + "mysql2": "^1.4.2", + "sequelize": "^4.10.2", "winston": "^2.3.1", - "winston-loggly-bulk": "^2.0.0" + "winston-loggly-bulk": "^2.0.1" }, "devDependencies": {}, "scripts": { |
