From 568bb10ceb8828f4ea0084e2b35d5738a9cea6c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Sep 2018 22:59:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3afb5e2..6374cfa 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "boost-lib": "^0.11.3", - "cmake-js": "3.4.1", + "cmake-js": "4.0.0", "nan": "2.5.1", "underscore": "^1.8.3" },