Update restify to 4.3.0 (#5)

Update restify to 4.3.0
This commit is contained in:
Eduardo Ramirez 2019-12-03 15:45:02 +01:00 committed by GitHub
commit 648a2b1d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
"start": "node app.js" "start": "node app.js"
}, },
"dependencies": { "dependencies": {
"restify": "4.0.3", "restify": "4.3.0",
"sequelize": "3.14.2", "sequelize": "3.14.2",
"mysql": "2.9.0" "mysql": "2.9.0"
} }