From 4279c9124214919cc20219e7392c97e6de9cd91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:23:38 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /src/userprofile Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- src/userprofile/package-lock.json | 6 +++--- src/userprofile/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/userprofile/package-lock.json b/src/userprofile/package-lock.json index edeadcef..15c561aa 100644 --- a/src/userprofile/package-lock.json +++ b/src/userprofile/package-lock.json @@ -1950,9 +1950,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.flattendeep": { "version": "4.4.0", diff --git a/src/userprofile/package.json b/src/userprofile/package.json index 0cd7f469..5f38adee 100644 --- a/src/userprofile/package.json +++ b/src/userprofile/package.json @@ -17,7 +17,7 @@ "express-prom-bundle": "^5.1.5", "express4-tedious": "^0.3.0", "extend": "^3.0.2", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "morgan": "^1.9.1", "prom-client": "^11.5.3", "swagger-ui-express": "^4.0.6",