From aa2ca6e47c817c6b84b8735fab4f779471acec3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 14:20:27 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /examples/explorer 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] --- examples/explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/explorer/package.json b/examples/explorer/package.json index 4a16826..686927e 100644 --- a/examples/explorer/package.json +++ b/examples/explorer/package.json @@ -16,7 +16,7 @@ "big.js": "5.2.2", "bootstrap": "4.3.1", "graphql": "14.5.8", - "lodash": "4.17.15", + "lodash": "4.17.19", "moment": "2.24.0", "node-sass": "4.12.0", "react": "16.9.0",