From a324a18202c91ff26899dc243cf1e6d045a80339 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 14:01:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d0c02ae..977990c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "bcryptjs": "^2.4.0", "body-parser": "~1.18.2", - "busboy": "^0.2.14", + "busboy": "^1.0.0", "cors": "^2.8.1", "debug": "~2.6.7", "express": "^4.14.0", @@ -25,8 +25,8 @@ "md5": "^2.2.1", "mongodb": "^2.2.16", "morgan": "~1.9.0", - "nodemailer": "^2.7.0", - "nodemailer-express-handlebars": "^2.0.0", + "nodemailer": "^3.0.0", + "nodemailer-express-handlebars": "^6.1.0", "serve-favicon": "~2.4.3", "snyk": "^1.24.6", "uuid": "^3.0.1"