From b809a4f10b48ce2f046b629b4dbbe8531f486b97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 03:08:34 +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 c6cad0f..6e04f17 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/Thram/thrux#readme", "dependencies": { - "lodash": "^4.17.4" + "lodash": "^4.17.5" }, "devDependencies": { "babel-cli": "^6.24.1",