From 89f6fc36334de09d99ab2ac0cc030e53f485c7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:05:01 +0000 Subject: [PATCH] chore(deps): bump lodash in /openwhisk/core/routemgmt/getApi Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openwhisk/core/routemgmt/getApi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwhisk/core/routemgmt/getApi/package.json b/openwhisk/core/routemgmt/getApi/package.json index ec03f83..1ee1165 100644 --- a/openwhisk/core/routemgmt/getApi/package.json +++ b/openwhisk/core/routemgmt/getApi/package.json @@ -1,7 +1,7 @@ { "main": "getApi.js", "dependencies": { - "lodash": "4.17.15", + "lodash": "4.18.1", "request": "2.88.0" } }