From 1ef9d5bed51e35a65c2eaaaa3b82fbe0d69fdf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20S=C3=A1rk=C3=A1ny?= Date: Fri, 12 Jul 2019 14:45:09 +0200 Subject: [PATCH] Lodash dependency update CVE-2019-10744 fixed https://github.com/lodash/lodash/pull/4336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2ab166b5..3fb6e0971 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "fs-extra": "^7.0.0", "json5": "^2.1.0", - "lodash": "^4.17.11", + "lodash": "^4.17.14", "nan": "^2.11.1", "node-gyp": "^4.0.0", "node-pre-gyp": "^0.11.0",