From 2ad731569ab086eb97849c76c46231e2b748cb0f Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 13 Jul 2019 04:06:09 +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 c6cad0f..f97e0e2 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.12" }, "devDependencies": { "babel-cli": "^6.24.1",