From 17fd5b36967f828b73e11e290eaa71847f10da26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2019 01:13:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8014a3f..3c73b8f 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ }, "homepage": "https://github.com/DemocracyOS/notifier", "dependencies": { - "agenda": "~0.9.0", + "agenda": "~2.0.0", "debug": "~2.6.0", "defaults-deep": "0.2.4", "es6-string-html-template": "~1.0.2", - "mongodb": "~2.2.28", - "monk": "~6.0.0", + "mongodb": "~3.1.13", + "monk": "~7.0.0", "nodemailer": "~4.0.1", "pify": "~3.0.0", "require-all": "~2.2.0",