From 1f302fc7363825eff867abf0efb717e84b879e3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 22:00:01 +0000 Subject: [PATCH] chore(deps): [security] bump lodash from 4.17.11 to 4.17.20 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.20. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.20) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa4e99e..3271cd3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "verify:tscheck": "npx typesync" }, "dependencies": { - "lodash": "4.17.11" + "lodash": "4.17.20" }, "devDependencies": { "@babel/cli": "7.5.5",