Update package.json

This commit is contained in:
E 2021-05-21 15:56:16 +01:00 committed by GitHub
parent 3304a28c39
commit 6c7a79969f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,20 +7,20 @@
"start": "npx nodemon ./bin/www -e js,pug,sass" "start": "npx nodemon ./bin/www -e js,pug,sass"
}, },
"dependencies": { "dependencies": {
"@sendgrid/mail": "^7.4.0", "@sendgrid/mail": "^7.4.4",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"axios": "^0.21.1", "axios": "^0.21.1",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"debug": "^4.3.1", "debug": "^4.3.1",
"express": "^4.17.1", "express": "^4.17.1",
"express-rate-limit": "^5.2.3", "express-rate-limit": "^5.2.6",
"hcaptcha": "^0.0.2", "hcaptcha": "^0.0.2",
"helmet": "^4.2.0", "helmet": "^4.6.0",
"http-errors": "^1.7.2", "http-errors": "^1.8.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0", "node-sass": "^6.0.0",
"nodemailer": "^6.4.17", "nodemailer": "^6.6.0",
"pug": "^3.0.1", "pug": "^3.0.2",
"winston": "^3.3.3" "winston": "^3.3.3"
} }
} }