From 8092b4f278ea8a200f59e8c32156637c0b02d11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 11:32:23 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.20 in /bpmn-translator Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.20) Signed-off-by: dependabot[bot] --- bpmn-translator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpmn-translator/package.json b/bpmn-translator/package.json index 29c3511..c2d6cb1 100644 --- a/bpmn-translator/package.json +++ b/bpmn-translator/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "bpmn-moddle": "^0.8.0", - "lodash": "^3.3.0", + "lodash": "^4.17.20", "log4js": "^0.6.22" } }