From ce9c9cc4f18e43d5803cf99dc2cfcc17e5ee8044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:16:45 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.20 in /apis/userprofile Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.20) Signed-off-by: dependabot[bot] --- apis/userprofile/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/userprofile/package-lock.json b/apis/userprofile/package-lock.json index 4e5e572..b3b4b18 100644 --- a/apis/userprofile/package-lock.json +++ b/apis/userprofile/package-lock.json @@ -1495,9 +1495,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", "dev": true }, "lodash.get": {