From 9dd79b09f0ac9ab04f100bb2346512c12c1c8638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 16:56:56 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.13 to 4.17.19 in /src Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19) 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 dbfa9e3..2449fd4 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "prompt": "1.0.0", "chokidar": "2.0.4", "ps-tree": "1.2.0", - "lodash": "4.17.13" + "lodash": "4.17.19" }, "scripts": { "config": "node ./scripts/postinstall.js",