revert npm package updated

pull/47/head
HardiReady 2018-10-20 23:08:20 +02:00
parent 40ac545d5a
commit d056363ebe
1 changed files with 8 additions and 8 deletions

View File

@ -21,24 +21,24 @@
"dependencies": { "dependencies": {
"async": "^2.5.0", "async": "^2.5.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"body-parser": "^1.18.3", "body-parser": "~1.13.2",
"cors": "^2.8.4", "cors": "^2.8.4",
"cron": "^1.4.1", "cron": "^1.3.0",
"debug": "^3.1.0", "debug": "^3.1.0",
"express": "^4.16.4", "express": "^4.16.2",
"imagemin": "^5.2.2", "imagemin": "^5.2.2",
"imagemin-pngquant": "^5.0.0", "imagemin-pngquant": "^5.0.0",
"jimp": "^0.5.4", "jimp": "^0.2.27",
"jsonwebtoken": "^8.3.0", "jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mongoose": "^5.0.3", "mongoose": "^5.0.3",
"morgan": "^1.9.1", "morgan": "~1.6.1",
"multer": "^1.3.0", "multer": "^1.3.0",
"node-html-parser": "^1.1.10", "node-html-parser": "^1.1.10",
"node-sha1": "^1.0.1", "node-sha1": "^1.0.1",
"q": "^1.5.0", "q": "^1.5.0",
"serve-favicon": "^2.5.0", "serve-favicon": "~2.3.0",
"supports-color": "^5.1.0" "supports-color": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -49,7 +49,7 @@
"eslint": "^4.18.2", "eslint": "^4.18.2",
"eslint-config-google": "^0.9.1", "eslint-config-google": "^0.9.1",
"hercule": "^4.1.1", "hercule": "^4.1.1",
"mocha": "^5.2.0", "mocha": "^3.5.3",
"mongodb-memory-server": "^1.7.3", "mongodb-memory-server": "^1.7.3",
"nodemon": "^1.14.12" "nodemon": "^1.14.12"
} }