From 66bad2cb57b7f96a67552aa6a805b1924ad412ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 08:58:45 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.5 to 4.17.15 in /uweb Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.5...4.17.15) 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..4072c77 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.15", "moment": "2.17.1", "numeral": "2.0.6", "qs": "^6.5.2",