From 667b47efbe42800189efc9ba697f07c2671a7845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Duarte?= Date: Mon, 21 May 2018 19:51:34 -0400 Subject: [PATCH] fix(deps): Update log4js in package.json (#2996) Repair for problem found through npm audit, see https://docs.npmjs.com/getting-started/running-a-security-audit. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca0ea8b1..6173bcfac 100644 --- a/package.json +++ b/package.json @@ -363,7 +363,7 @@ "http-proxy": "^1.13.0", "isbinaryfile": "^3.0.0", "lodash": "^4.17.4", - "log4js": "^2.3.9", + "log4js": "^2.5.3", "mime": "^1.3.4", "minimatch": "^3.0.2", "optimist": "^0.6.1",