From 72371e367f2460248754925816170abfa282b1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 05:07:13 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.15 in /src Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.15) Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 54ce198..210a15a 100644 --- a/src/package.json +++ b/src/package.json @@ -18,7 +18,7 @@ "cors": "^2.8.4", "express": "^4.16.3", "firebase-admin": "^6.0.0", - "lodash": "^3.10.0", + "lodash": "^4.17.15", "moment": "^2.18.1", "mongodb": "^2.1.16", "mongoskin": "^2.1.0",