From 6c7a79969ffe4f319c848702e0f438a00e9cbf5c Mon Sep 17 00:00:00 2001 From: E <20479804+blankie404@users.noreply.github.com> Date: Fri, 21 May 2021 15:56:16 +0100 Subject: [PATCH] Update package.json --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8afd0d9..e895aa3 100644 --- a/package.json +++ b/package.json @@ -7,20 +7,20 @@ "start": "npx nodemon ./bin/www -e js,pug,sass" }, "dependencies": { - "@sendgrid/mail": "^7.4.0", + "@sendgrid/mail": "^7.4.4", "app-root-path": "^3.0.0", "axios": "^0.21.1", "cookie-parser": "^1.4.5", "debug": "^4.3.1", "express": "^4.17.1", - "express-rate-limit": "^5.2.3", + "express-rate-limit": "^5.2.6", "hcaptcha": "^0.0.2", - "helmet": "^4.2.0", - "http-errors": "^1.7.2", + "helmet": "^4.6.0", + "http-errors": "^1.8.0", "morgan": "^1.10.0", - "node-sass-middleware": "^0.11.0", - "nodemailer": "^6.4.17", - "pug": "^3.0.1", + "node-sass": "^6.0.0", + "nodemailer": "^6.6.0", + "pug": "^3.0.2", "winston": "^3.3.3" } }