From bf181ef511a4589dd29333fe5f930c2d6eaca340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 05:17:02 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.23 in /core/routemgmt/createApi Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 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..d049c28ca83 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.23", "request": "2.88.0" } }