This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new cdde5a79c Bump lodash from 4.17.15 to 4.17.21 in
/core/routemgmt/getApi (#5444)
cdde5a79c is described below
commit cdde5a79c663796da1af494296cc8afb20dfb9ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 15 05:20:13 2023 +0900
Bump lodash from 4.17.15 to 4.17.21 in /core/routemgmt/getApi (#5444)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/routemgmt/getApi/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/routemgmt/getApi/package.json
b/core/routemgmt/getApi/package.json
index ec03f83d6..bf9beb434 100644
--- a/core/routemgmt/getApi/package.json
+++ b/core/routemgmt/getApi/package.json
@@ -1,7 +1,7 @@
{
"main": "getApi.js",
"dependencies": {
- "lodash": "4.17.15",
+ "lodash": "4.17.21",
"request": "2.88.0"
}
}