From a4d2e54425ff202274fabe3674e58c9f46c2844a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:23:47 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /core/routemgmt/createApi 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) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/routemgmt/createApi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/routemgmt/createApi/package.json b/core/routemgmt/createApi/package.json index 488945bd00c..97d0f832378 100644 --- a/core/routemgmt/createApi/package.json +++ b/core/routemgmt/createApi/package.json @@ -1,7 +1,7 @@ { "main": "createApi.js", "dependencies": { - "lodash": "4.17.15", + "lodash": "4.17.21", "request": "2.88.0" } }