From 6f5e957cab8a02ecfd7c411d7cc08ab24f87d79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:51:47 +0000 Subject: [PATCH] Bump lodash from 3.9.3 to 4.17.15 in /formio/client Bumps [lodash](https://github.com/lodash/lodash) from 3.9.3 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.9.3...4.17.15) Signed-off-by: dependabot[bot] --- formio/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formio/client/package.json b/formio/client/package.json index a5664414..9df28d14 100644 --- a/formio/client/package.json +++ b/formio/client/package.json @@ -12,7 +12,7 @@ "gulp-autoprefixer": "~2.3.1", "gulp-angular-templatecache": "~1.6.0", "del": "~1.2.0", - "lodash": "~3.9.3", + "lodash": "~4.17.15", "gulp-csso": "~1.0.0", "gulp-filter": "~2.0.2", "gulp-flatten": "~0.0.4",