From a255871d684cea40a66ea8fd53f742644f0caee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 10:43:00 -0700 Subject: [PATCH] chore(bench): bump `lodash` version (#10) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bench/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/package.json b/bench/package.json index 7bd2925..b98d81f 100644 --- a/bench/package.json +++ b/bench/package.json @@ -4,7 +4,7 @@ "benchmark": "2.1.4", "dequal": "file:../", "fast-deep-equal": "3.1.3", - "lodash": "4.17.15", + "lodash": "4.17.19", "nano-equal": "2.0.2" } }