From 98afa9a1bcfaeaee84b3e7c15f195212faf821f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 18:22:03 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.15 in /backend/moleculer Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15) 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..7ca0c19 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.15", "moleculer": "0.13.0", "moleculer-console-tracer": "0.1.1", "moleculer-db": "0.7.3",