diff --git a/package-lock.json b/package-lock.json index c290579..b935589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "cens", - "version": "1.0.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@bull-board/api": "^6.7.10", @@ -27,7 +27,7 @@ "mongodb": "^4.17.2", "morgan": "^1.10.0", "mustache": "^4.2.0", - "nodemailer": "^6.10.0", + "nodemailer": "^7.0.7", "notifications-node-client": "^8.2.1", "passport": "^0.7.0", "passport-http": "^0.3.0", @@ -2969,7 +2969,9 @@ } }, "node_modules/nodemailer": { - "version": "6.10.0", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.7.tgz", + "integrity": "sha512-jGOaRznodf62TVzdyhKt/f1Q/c3kYynk8629sgJHpRzGZj01ezbgMMWJSAjHADcwTKxco3B68/R+KHJY2T5BaA==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index 1754a8e..fb703ae 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mongodb": "^4.17.2", "morgan": "^1.10.0", "mustache": "^4.2.0", - "nodemailer": "^6.10.0", + "nodemailer": "^7.0.7", "notifications-node-client": "^8.2.1", "passport": "^0.7.0", "passport-http": "^0.3.0",