From ed3ac1238ff8b82d215174df2119002fb4292067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 18:04:32 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.19 in /backend/moleculer Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.19) Signed-off-by: dependabot[bot] --- backend/moleculer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moleculer/package.json b/backend/moleculer/package.json index 0c03f0f..c21e292 100644 --- a/backend/moleculer/package.json +++ b/backend/moleculer/package.json @@ -28,7 +28,7 @@ "bcrypt": "^3.0.6", "ioredis": "^3.2.2", "jsonwebtoken": "8.3.0", - "lodash": "4.17.10", + "lodash": "4.17.19", "moleculer": "0.13.0", "moleculer-console-tracer": "0.1.1", "moleculer-db": "0.7.3",