- Iscrizione Conacreis
This commit is contained in:
22
package.json
22
package.json
@@ -12,7 +12,7 @@
|
||||
"test-watch": "nodemon --exec 'npm test'"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.14.0"
|
||||
"node": "^14.4.0"
|
||||
},
|
||||
"author": "Paolo Arena",
|
||||
"license": "MIT",
|
||||
@@ -25,33 +25,33 @@
|
||||
"crypto-js": "^3.1.6",
|
||||
"dotenv": "^8.2.0",
|
||||
"ejs": "^2.7.1",
|
||||
"email-templates": "^6.1.1",
|
||||
"email-templates": "^8.0.4",
|
||||
"express": "^4.17.1",
|
||||
"formidable": "^1.2.1",
|
||||
"i18n": "^0.8.4",
|
||||
"jade": "^1.11.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.15",
|
||||
"lodash": "^4.17.21",
|
||||
"mongodb": "^3.4.1",
|
||||
"mongoose": "^5.9.3",
|
||||
"mongoose": "^5.12.12",
|
||||
"mysql": "^2.17.1",
|
||||
"node-cron": "^2.0.3",
|
||||
"node-emoji": "^1.10.0",
|
||||
"node-pre-gyp": "^0.14.0",
|
||||
"node-telegram-bot-api": "^0.40.0",
|
||||
"nodemailer": "^6.4.2",
|
||||
"preview-email": "^1.0.2",
|
||||
"pug": "^2.0.4",
|
||||
"nodemailer": "^6.6.0",
|
||||
"preview-email": "^3.0.4",
|
||||
"pug": "^3.0.2",
|
||||
"rate-limiter-flexible": "^1.3.1",
|
||||
"save": "^2.4.0",
|
||||
"superagent": "^5.1.3",
|
||||
"url-parse": "^1.4.7",
|
||||
"url-parse": "^1.5.1",
|
||||
"validator": "^12.1.0",
|
||||
"web-push": "^3.4.0",
|
||||
"xoauth2": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.26.7",
|
||||
"browser-sync": "^2.26.14",
|
||||
"expect": "^24.9.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-inline-css": "^3.4.0",
|
||||
@@ -59,8 +59,8 @@
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"jest": "^24.9.0",
|
||||
"mocha": "^7.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"mocha": "^8.4.0",
|
||||
"nodemon": "^2.0.2",
|
||||
"supertest": "^4.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user