From 09feddb62acf6ef1bad2355b40b5455030a90cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 08:08:07 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.21 in /services/user Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/user/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/user/package.json b/services/user/package.json index 4554af1..f234581 100644 --- a/services/user/package.json +++ b/services/user/package.json @@ -27,7 +27,7 @@ "express": "4.16.3", "express-http-context": "1.2.4", "http-errors": "2.0.0", - "lodash": "4.17.10", + "lodash": "4.17.21", "migrate-mongo": "9.0.0", "mongoose": "^6.3.4", "mongoose-lean-defaults": "2.2.1",