Ch10: Bump restify to 4.3.0

This commit is contained in:
Jordi Sola 2019-12-04 15:58:35 +01:00 committed by GitHub
parent 648a2b1d84
commit bb49633f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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