From 42fb74ef9f75b2a3cbbb210bb658d93b9fffc5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 12:00:53 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.5 to 4.17.19 in /uweb Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.5...4.17.19) Signed-off-by: dependabot[bot] --- uweb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uweb/package.json b/uweb/package.json index 5386078..3be42fd 100644 --- a/uweb/package.json +++ b/uweb/package.json @@ -55,7 +55,7 @@ "copy-to-clipboard": "^3.0.8", "isomorphic-fetch": "^2.2.1", "js-cookie": "^2.2.0", - "lodash": "4.17.5", + "lodash": "4.17.19", "moment": "2.17.1", "numeral": "2.0.6", "qs": "^6.5.2",