From 1c9faf0d2fa2cbf1f810943b701557ef4da2bef4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 04:14:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NPM-575435 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b39924..53b4cc8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "multer": "^1.4.2", "nodemailer": "^6.4.6", "nodemailer-sendgrid-transport": "^0.2.0", - "npm": "^6.14.5", + "npm": "^6.14.6", "npm-run-all": "^4.1.5", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.2"