From 353127bd2ff8f57d8a6106d4e2097a4eea2902a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Dec 2018 06:13:27 +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 0a22b6f..b89d394 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/simontong/adonis-datagrid#readme", "dependencies": { "json2csv": "^3.11.5", - "lodash": "^4.17.4" + "lodash": "^4.17.5" } }