From ab4c1a09120047576b7b10e02c4f7958a0b24ce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Apr 2019 04:27:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:moment:20170905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a042653..fa45061 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "ftp": "0.3.10", - "lodash": "2.4.1", - "moment": "2.15.2", + "lodash": "4.17.11", + "moment": "2.19.3", "nodemailer": "2.4.1", "nodemon": "^1.9.2" },