From 74f6710443c6fa49a151393f1f70db88264567fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Feb 2019 04:16:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6cad0f..7f1c7e1 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.11" }, "devDependencies": { "babel-cli": "^6.24.1",