From 84e218e762f4521711756dd03056324291d41e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jul 2021 01:20:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8f1c98d05..dfda974202 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "classnames": "^1.2.0", - "lodash": "^3.5.0", + "lodash": "^4.17.20", "react-input-autosize": "^0.4.3" }, "devDependencies": {