From e8767feb45c7bb3fcdb37381982d22a7da8e3f8d Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 00:52:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- 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" },