From 83aa40c63427a25a8906f03f3f8133947f2fdbdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Dec 2018 05:43:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 306aa2e..5afb213 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "diacritics": "^1.3.0", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "prop-types": "^15.6.0" }, "devDependencies": {