From 75743ac4d037b608a89544e2370bcf78c49bfaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 16:42: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 1e86904..4c84136 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 0cd7f46..5f38ade 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",