From 72600573a28201e105e4ac990d3dcb0da6585440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 04:31:17 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.15 in /local-cli/core/__fixtures__/files 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] --- local-cli/core/__fixtures__/files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/core/__fixtures__/files/package.json b/local-cli/core/__fixtures__/files/package.json index cce13033d3..e5afda5688 100644 --- a/local-cli/core/__fixtures__/files/package.json +++ b/local-cli/core/__fixtures__/files/package.json @@ -50,7 +50,7 @@ "react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc" }, "dependencies": { - "lodash": "^3.8.0", + "lodash": "^4.17.15", "yargs": "^3.30.0", "rnpm-plugin-test": "*" },