From c06028b6132891147a3673c6d01e2551ebed0b84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 07:50:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dc307c..a5df36e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "massa142", "license": "MIT", "dependencies": { - "lodash": "^3.9.3", + "lodash": "^4.17.17", "react": "^0.13.3", "node-notifier": "^4.3.1" },